![]() |
Chemical Data Processing Library C++ API - Version 1.4.0
|
Base class for unary functors that produce a matrix element from a vector expression and (i, j) cell indices (Math::DiagonalMatrixFromVector, Math::CrossProductMatrixFromVector). More...
#include <Functional.hpp>
Inheritance diagram for CDPL::Math::VectorMatrixUnaryFunctor< V >:Public Types | |
| typedef V::ValueType | ResultType |
| The matrix-entry result type (the vector's element value type). More... | |
| typedef V::SizeType | SizeType |
| The unsigned size type used by the vector. More... | |
Base class for unary functors that produce a matrix element from a vector expression and (i, j) cell indices (Math::DiagonalMatrixFromVector, Math::CrossProductMatrixFromVector).
| V | The vector expression type. |
| typedef V::ValueType CDPL::Math::VectorMatrixUnaryFunctor< V >::ResultType |
The matrix-entry result type (the vector's element value type).
| typedef V::SizeType CDPL::Math::VectorMatrixUnaryFunctor< V >::SizeType |
The unsigned size type used by the vector.