Chemical Data Processing Library C++ API - Version 1.1.1
|
#include <Matrix.hpp>
Public Types | |
typedef T | ValueType |
typedef const T & | Reference |
typedef const T & | ConstReference |
typedef std::size_t | SizeType |
typedef std::ptrdiff_t | DifferenceType |
typedef MatrixReference< SelfType > | ClosureType |
typedef const MatrixReference< const SelfType > | ConstClosureType |
typedef Matrix< T > | MatrixTemporaryType |
typedef Vector< T, std::vector< T > > | VectorTemporaryType |
Public Types inherited from CDPL::Math::MatrixContainer< IdentityMatrix< T > > | |
typedef IdentityMatrix< T > | ContainerType |
Public Types inherited from CDPL::Math::MatrixExpression< IdentityMatrix< T > > | |
typedef IdentityMatrix< T > | ExpressionType |
Public Types inherited from CDPL::Math::Expression< IdentityMatrix< T > > | |
typedef IdentityMatrix< T > | ExpressionType |
Public Member Functions | |
IdentityMatrix () | |
IdentityMatrix (SizeType m, SizeType n) | |
IdentityMatrix (const IdentityMatrix &m) | |
ConstReference | operator() (SizeType i, SizeType j) const |
bool | isEmpty () const |
SizeType | getSize1 () const |
SizeType | getSize2 () const |
SizeType | getMaxSize1 () const |
SizeType | getMaxSize2 () const |
IdentityMatrix & | operator= (const IdentityMatrix &m) |
void | swap (IdentityMatrix &m) |
void | resize (SizeType m, SizeType n) |
Public Member Functions inherited from CDPL::Math::MatrixContainer< IdentityMatrix< T > > | |
const ContainerType & | operator() () const |
ContainerType & | operator() () |
Public Member Functions inherited from CDPL::Math::MatrixExpression< IdentityMatrix< T > > | |
const ExpressionType & | operator() () const |
ExpressionType & | operator() () |
Friends | |
void | swap (IdentityMatrix &m1, IdentityMatrix &m2) |
Additional Inherited Members | |
Protected Member Functions inherited from CDPL::Math::MatrixContainer< IdentityMatrix< T > > | |
MatrixContainer () | |
~MatrixContainer () | |
Protected Member Functions inherited from CDPL::Math::MatrixExpression< IdentityMatrix< T > > | |
MatrixExpression () | |
~MatrixExpression () | |
Protected Member Functions inherited from CDPL::Math::Expression< IdentityMatrix< T > > | |
Expression () | |
~Expression () | |
typedef T CDPL::Math::IdentityMatrix< T >::ValueType |
typedef const T& CDPL::Math::IdentityMatrix< T >::Reference |
typedef const T& CDPL::Math::IdentityMatrix< T >::ConstReference |
typedef std::size_t CDPL::Math::IdentityMatrix< T >::SizeType |
typedef std::ptrdiff_t CDPL::Math::IdentityMatrix< T >::DifferenceType |
typedef MatrixReference<SelfType> CDPL::Math::IdentityMatrix< T >::ClosureType |
typedef const MatrixReference<const SelfType> CDPL::Math::IdentityMatrix< T >::ConstClosureType |
typedef Matrix<T> CDPL::Math::IdentityMatrix< T >::MatrixTemporaryType |
typedef Vector<T, std::vector<T> > CDPL::Math::IdentityMatrix< T >::VectorTemporaryType |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |