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