Chemical Data Processing Library C++ API - Version 1.1.1
|
#include <MatrixExpression.hpp>
Public Types | |
typedef M | MatrixType |
typedef M::SizeType | SizeType |
typedef M::DifferenceType | DifferenceType |
typedef M::ValueType | ValueType |
typedef M::ConstReference | ConstReference |
typedef std::conditional< std::is_const< M >::value, typename M::ConstReference, typename M::Reference >::type | Reference |
typedef std::conditional< std::is_const< M >::value, typename M::ConstClosureType, typename M::ClosureType >::type | MatrixClosureType |
typedef const SelfType | ConstClosureType |
typedef SelfType | ClosureType |
Public Types inherited from CDPL::Math::MatrixExpression< MatrixTranspose< M > > | |
typedef MatrixTranspose< M > | ExpressionType |
Public Types inherited from CDPL::Math::Expression< MatrixTranspose< M > > | |
typedef MatrixTranspose< M > | ExpressionType |
Friends | |
void | swap (MatrixTranspose &mt1, MatrixTranspose &mt2) |
Additional Inherited Members | |
Protected Member Functions inherited from CDPL::Math::MatrixExpression< MatrixTranspose< M > > | |
MatrixExpression () | |
~MatrixExpression () | |
Protected Member Functions inherited from CDPL::Math::Expression< MatrixTranspose< M > > | |
Expression () | |
~Expression () | |
typedef M CDPL::Math::MatrixTranspose< M >::MatrixType |
typedef M::SizeType CDPL::Math::MatrixTranspose< M >::SizeType |
typedef M::DifferenceType CDPL::Math::MatrixTranspose< M >::DifferenceType |
typedef M::ValueType CDPL::Math::MatrixTranspose< M >::ValueType |
typedef M::ConstReference CDPL::Math::MatrixTranspose< M >::ConstReference |
typedef std::conditional<std::is_const<M>::value, typename M::ConstReference, typename M::Reference>::type CDPL::Math::MatrixTranspose< M >::Reference |
typedef std::conditional<std::is_const<M>::value, typename M::ConstClosureType, typename M::ClosureType>::type CDPL::Math::MatrixTranspose< M >::MatrixClosureType |
typedef const SelfType CDPL::Math::MatrixTranspose< M >::ConstClosureType |
typedef SelfType CDPL::Math::MatrixTranspose< M >::ClosureType |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |