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 |
typedef Slice< SizeType, DifferenceType > | SliceType |
Public Types inherited from CDPL::Math::MatrixExpression< MatrixSlice< M > > | |
typedef MatrixSlice< M > | ExpressionType |
Public Types inherited from CDPL::Math::Expression< MatrixSlice< M > > | |
typedef MatrixSlice< M > | ExpressionType |
Friends | |
void | swap (MatrixSlice &s1, MatrixSlice &s2) |
Additional Inherited Members | |
Protected Member Functions inherited from CDPL::Math::MatrixExpression< MatrixSlice< M > > | |
MatrixExpression () | |
~MatrixExpression () | |
Protected Member Functions inherited from CDPL::Math::Expression< MatrixSlice< M > > | |
Expression () | |
~Expression () | |
typedef M CDPL::Math::MatrixSlice< M >::MatrixType |
typedef M::SizeType CDPL::Math::MatrixSlice< M >::SizeType |
typedef M::DifferenceType CDPL::Math::MatrixSlice< M >::DifferenceType |
typedef M::ValueType CDPL::Math::MatrixSlice< M >::ValueType |
typedef M::ConstReference CDPL::Math::MatrixSlice< M >::ConstReference |
typedef std::conditional<std::is_const<M>::value, typename M::ConstReference, typename M::Reference>::type CDPL::Math::MatrixSlice< M >::Reference |
typedef std::conditional<std::is_const<M>::value, typename M::ConstClosureType, typename M::ClosureType>::type CDPL::Math::MatrixSlice< M >::MatrixClosureType |
typedef const SelfType CDPL::Math::MatrixSlice< M >::ConstClosureType |
typedef SelfType CDPL::Math::MatrixSlice< M >::ClosureType |
typedef Slice<SizeType, DifferenceType> CDPL::Math::MatrixSlice< M >::SliceType |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |