Chemical Data Processing Library C++ API - Version 1.1.1
Public Types | Public Member Functions | List of all members
CDPL::Math::InitListMatrix< T > Class Template Reference

#include <Matrix.hpp>

+ Inheritance diagram for CDPL::Math::InitListMatrix< T >:

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 ContainerTypeoperator() () const
 
ContainerTypeoperator() ()
 
- Public Member Functions inherited from CDPL::Math::MatrixExpression< InitListMatrix< T > >
const ExpressionTypeoperator() () const
 
ExpressionTypeoperator() ()
 

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 ()
 

Member Typedef Documentation

◆ SelfType

template<typename T >
typedef InitListMatrix CDPL::Math::InitListMatrix< T >::SelfType

◆ InitializerListType

template<typename T >
typedef std::initializer_list<std::initializer_list<T> > CDPL::Math::InitListMatrix< T >::InitializerListType

◆ ValueType

template<typename T >
typedef InitializerListType::value_type::value_type CDPL::Math::InitListMatrix< T >::ValueType

◆ ConstReference

template<typename T >
typedef InitializerListType::value_type::const_reference CDPL::Math::InitListMatrix< T >::ConstReference

◆ Reference

template<typename T >
typedef InitializerListType::value_type::reference CDPL::Math::InitListMatrix< T >::Reference

◆ SizeType

template<typename T >
typedef InitializerListType::size_type CDPL::Math::InitListMatrix< T >::SizeType

◆ DifferenceType

template<typename T >
typedef std::ptrdiff_t CDPL::Math::InitListMatrix< T >::DifferenceType

◆ ClosureType

template<typename T >
typedef SelfType CDPL::Math::InitListMatrix< T >::ClosureType

◆ ConstClosureType

template<typename T >
typedef const SelfType CDPL::Math::InitListMatrix< T >::ConstClosureType

◆ MatrixTemporaryType

template<typename T >
typedef Matrix<T, std::vector<T> > CDPL::Math::InitListMatrix< T >::MatrixTemporaryType

◆ VectorTemporaryType

template<typename T >
typedef Vector<T, std::vector<T> > CDPL::Math::InitListMatrix< T >::VectorTemporaryType

Constructor & Destructor Documentation

◆ InitListMatrix()

template<typename T >
CDPL::Math::InitListMatrix< T >::InitListMatrix ( InitializerListType  l)
inline

Member Function Documentation

◆ operator()() [1/2]

template<typename T >
Reference CDPL::Math::InitListMatrix< T >::operator() ( SizeType  i,
SizeType  j 
)
inline

◆ operator()() [2/2]

template<typename T >
ConstReference CDPL::Math::InitListMatrix< T >::operator() ( SizeType  i,
SizeType  j 
) const
inline

◆ getSize1()

template<typename T >
SizeType CDPL::Math::InitListMatrix< T >::getSize1 ( ) const
inline

◆ getSize2()

template<typename T >
SizeType CDPL::Math::InitListMatrix< T >::getSize2 ( ) const
inline

◆ isEmpty()

template<typename T >
bool CDPL::Math::InitListMatrix< T >::isEmpty ( ) const
inline

The documentation for this class was generated from the following file: