![]() |
Chemical Data Processing Library C++ API - Version 1.2.3
|
#include <MatrixExpression.hpp>
Inheritance diagram for CDPL::Math::VectorMatrixBinary< E1, E2, F >: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::MatrixExpression< VectorMatrixBinary< E1, E2, F > > | |
| typedef VectorMatrixBinary< E1, E2, F > | ExpressionType |
Public Types inherited from CDPL::Math::Expression< E > | |
| typedef E | ExpressionType |
Public Member Functions | |
| VectorMatrixBinary (const Expression1Type &e1, const Expression2Type &e2) | |
| SizeType | getSize1 () const |
| SizeType | getSize2 () const |
| ConstReference | operator() (SizeType i, SizeType j) const |
Public Member Functions inherited from CDPL::Math::MatrixExpression< VectorMatrixBinary< E1, E2, F > > | |
| const ExpressionType & | operator() () const |
| ExpressionType & | operator() () |
Additional Inherited Members | |
Protected Member Functions inherited from CDPL::Math::MatrixExpression< VectorMatrixBinary< E1, E2, F > > | |
| MatrixExpression () | |
| ~MatrixExpression () | |
Protected Member Functions inherited from CDPL::Math::Expression< E > | |
| Expression () | |
| ~Expression () | |
| typedef F::ResultType CDPL::Math::VectorMatrixBinary< E1, E2, F >::ValueType |
| typedef const ValueType CDPL::Math::VectorMatrixBinary< E1, E2, F >::ConstReference |
| typedef const ValueType CDPL::Math::VectorMatrixBinary< E1, E2, F >::Reference |
| typedef const SelfType CDPL::Math::VectorMatrixBinary< E1, E2, F >::ConstClosureType |
| typedef SelfType CDPL::Math::VectorMatrixBinary< E1, E2, F >::ClosureType |
| typedef CommonType<typename E1::SizeType, typename E2::SizeType>::Type CDPL::Math::VectorMatrixBinary< E1, E2, F >::SizeType |
| typedef CommonType<typename E1::DifferenceType, typename E2::DifferenceType>::Type CDPL::Math::VectorMatrixBinary< E1, E2, F >::DifferenceType |
|
inline |
|
inline |
|
inline |
|
inline |