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