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