Chemical Data Processing Library C++ API - Version 1.1.1
|
#include <Matrix.hpp>
Public Types | |
typedef InitListMatrix | SelfType |
typedef std::initializer_list< std::initializer_list< T > > | InitializerListType |
typedef InitializerListType::value_type::value_type | ValueType |
typedef InitializerListType::value_type::const_reference | ConstReference |
typedef InitializerListType::value_type::reference | Reference |
typedef InitializerListType::size_type | SizeType |
typedef std::ptrdiff_t | DifferenceType |
typedef SelfType | ClosureType |
typedef const SelfType | ConstClosureType |
typedef Matrix< T, std::vector< T > > | MatrixTemporaryType |
typedef Vector< T, std::vector< T > > | VectorTemporaryType |
Public Types inherited from CDPL::Math::MatrixContainer< InitListMatrix< T > > | |
typedef InitListMatrix< T > | ContainerType |
Public Types inherited from CDPL::Math::MatrixExpression< InitListMatrix< T > > | |
typedef InitListMatrix< T > | ExpressionType |
Public Types inherited from CDPL::Math::Expression< InitListMatrix< T > > | |
typedef InitListMatrix< T > | ExpressionType |
Public Member Functions | |
InitListMatrix (InitializerListType l) | |
Reference | operator() (SizeType i, SizeType j) |
ConstReference | operator() (SizeType i, SizeType j) const |
SizeType | getSize1 () const |
SizeType | getSize2 () const |
bool | isEmpty () const |
Public Member Functions inherited from CDPL::Math::MatrixContainer< InitListMatrix< T > > | |
const ContainerType & | operator() () const |
ContainerType & | operator() () |
Public Member Functions inherited from CDPL::Math::MatrixExpression< InitListMatrix< T > > | |
const ExpressionType & | operator() () const |
ExpressionType & | operator() () |
Additional Inherited Members | |
Protected Member Functions inherited from CDPL::Math::MatrixContainer< InitListMatrix< T > > | |
MatrixContainer () | |
~MatrixContainer () | |
Protected Member Functions inherited from CDPL::Math::MatrixExpression< InitListMatrix< T > > | |
MatrixExpression () | |
~MatrixExpression () | |
Protected Member Functions inherited from CDPL::Math::Expression< InitListMatrix< T > > | |
Expression () | |
~Expression () | |
typedef InitListMatrix CDPL::Math::InitListMatrix< T >::SelfType |
typedef std::initializer_list<std::initializer_list<T> > CDPL::Math::InitListMatrix< T >::InitializerListType |
typedef InitializerListType::value_type::value_type CDPL::Math::InitListMatrix< T >::ValueType |
typedef InitializerListType::value_type::const_reference CDPL::Math::InitListMatrix< T >::ConstReference |
typedef InitializerListType::value_type::reference CDPL::Math::InitListMatrix< T >::Reference |
typedef InitializerListType::size_type CDPL::Math::InitListMatrix< T >::SizeType |
typedef std::ptrdiff_t CDPL::Math::InitListMatrix< T >::DifferenceType |
typedef SelfType CDPL::Math::InitListMatrix< T >::ClosureType |
typedef const SelfType CDPL::Math::InitListMatrix< T >::ConstClosureType |
typedef Matrix<T, std::vector<T> > CDPL::Math::InitListMatrix< T >::MatrixTemporaryType |
typedef Vector<T, std::vector<T> > CDPL::Math::InitListMatrix< T >::VectorTemporaryType |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |