Chemical Data Processing Library C++ API - Version 1.1.1
|
#include <MatrixExpression.hpp>
Public Types | |
typedef F::ResultType | ValueType |
typedef const ValueType | ConstReference |
typedef const ValueType | Reference |
typedef const SelfType | ConstClosureType |
typedef SelfType | ClosureType |
typedef CommonType< typename E1::SizeType, typename E2::SizeType >::Type | SizeType |
typedef CommonType< typename E1::DifferenceType, typename E2::DifferenceType >::Type | DifferenceType |
Public Types inherited from CDPL::Math::VectorExpression< Matrix2VectorBinary< E1, E2, F > > | |
typedef Matrix2VectorBinary< E1, E2, F > | ExpressionType |
Public Types inherited from CDPL::Math::Expression< Matrix2VectorBinary< E1, E2, F > > | |
typedef Matrix2VectorBinary< E1, E2, F > | ExpressionType |
Public Member Functions | |
Matrix2VectorBinary (const Expression1Type &e1, const Expression2Type &e2) | |
SizeType | getSize () const |
ConstReference | operator() (SizeType i) const |
ConstReference | operator[] (SizeType i) const |
Public Member Functions inherited from CDPL::Math::VectorExpression< Matrix2VectorBinary< E1, E2, F > > | |
const ExpressionType & | operator() () const |
ExpressionType & | operator() () |
Additional Inherited Members | |
Protected Member Functions inherited from CDPL::Math::VectorExpression< Matrix2VectorBinary< E1, E2, F > > | |
VectorExpression () | |
~VectorExpression () | |
Protected Member Functions inherited from CDPL::Math::Expression< Matrix2VectorBinary< E1, E2, F > > | |
Expression () | |
~Expression () | |
typedef F::ResultType CDPL::Math::Matrix2VectorBinary< E1, E2, F >::ValueType |
typedef const ValueType CDPL::Math::Matrix2VectorBinary< E1, E2, F >::ConstReference |
typedef const ValueType CDPL::Math::Matrix2VectorBinary< E1, E2, F >::Reference |
typedef const SelfType CDPL::Math::Matrix2VectorBinary< E1, E2, F >::ConstClosureType |
typedef SelfType CDPL::Math::Matrix2VectorBinary< E1, E2, F >::ClosureType |
typedef CommonType<typename E1::SizeType, typename E2::SizeType>::Type CDPL::Math::Matrix2VectorBinary< E1, E2, F >::SizeType |
typedef CommonType<typename E1::DifferenceType, typename E2::DifferenceType>::Type CDPL::Math::Matrix2VectorBinary< E1, E2, F >::DifferenceType |
|
inline |
|
inline |
|
inline |
|
inline |