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 E2::SizeType | SizeType |
typedef E2::DifferenceType | DifferenceType |
Public Types inherited from CDPL::Math::MatrixExpression< Scalar1MatrixBinary< E1, E2, F > > | |
typedef Scalar1MatrixBinary< E1, E2, F > | ExpressionType |
Public Types inherited from CDPL::Math::Expression< Scalar1MatrixBinary< E1, E2, F > > | |
typedef Scalar1MatrixBinary< E1, E2, F > | ExpressionType |
Public Member Functions | |
Scalar1MatrixBinary (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< Scalar1MatrixBinary< E1, E2, F > > | |
const ExpressionType & | operator() () const |
ExpressionType & | operator() () |
Additional Inherited Members | |
Protected Member Functions inherited from CDPL::Math::MatrixExpression< Scalar1MatrixBinary< E1, E2, F > > | |
MatrixExpression () | |
~MatrixExpression () | |
Protected Member Functions inherited from CDPL::Math::Expression< Scalar1MatrixBinary< E1, E2, F > > | |
Expression () | |
~Expression () | |
typedef F::ResultType CDPL::Math::Scalar1MatrixBinary< E1, E2, F >::ValueType |
typedef const ValueType CDPL::Math::Scalar1MatrixBinary< E1, E2, F >::ConstReference |
typedef const ValueType CDPL::Math::Scalar1MatrixBinary< E1, E2, F >::Reference |
typedef const SelfType CDPL::Math::Scalar1MatrixBinary< E1, E2, F >::ConstClosureType |
typedef SelfType CDPL::Math::Scalar1MatrixBinary< E1, E2, F >::ClosureType |
typedef E2::SizeType CDPL::Math::Scalar1MatrixBinary< E1, E2, F >::SizeType |
typedef E2::DifferenceType CDPL::Math::Scalar1MatrixBinary< E1, E2, F >::DifferenceType |
|
inline |
|
inline |
|
inline |
|
inline |