|
TBCI Numerical high perf. C++ Library 2.8.0
|
Common interface definition (signature) for all Matrices. More...
#include <matrix_sig.h>

Public Member Functions | |
| Matrix_Sig () | |
| ~Matrix_Sig () | |
| tbci_traits< T >::const_refval_type | operator() (const unsigned, const unsigned) const |
| ro access | |
| T & | operator() (const unsigned, const unsigned) |
| rw access | |
| Matrix_Sig< T > & | fill (const T &) |
| Matrix_Sig< T > & | setunit (const T &=(T) 1) |
| Matrix_Sig< T > & | clear () |
| TVector< T > | operator* (const Vector_Sig< T > &) const |
| TVector< T > | transMult (const Vector_Sig< T > &) const |
| unsigned int | rows () const |
| unsigned int | columns () const |
Static Public Member Functions | |
| static const char * | mat_info () |
Common interface definition (signature) for all Matrices.
Definition at line 45 of file matrix_sig.h.
|
inline |
Definition at line 49 of file matrix_sig.h.
|
inline |
Definition at line 50 of file matrix_sig.h.
| Matrix_Sig< T > & Matrix_Sig< T >::clear | ( | ) |
References Matrix_Sig().
Referenced by CSCMatrix< T >::fill(), and CSCMatrix< T >::setunit().
| unsigned int Matrix_Sig< T >::columns | ( | ) | const |
| Matrix_Sig< T > & Matrix_Sig< T >::fill | ( | const T & | ) |
References Matrix_Sig(), and T.
|
static |
| T & Matrix_Sig< T >::operator() | ( | const unsigned | , |
| const unsigned | ) |
rw access
References T.
| tbci_traits< T >::const_refval_type Matrix_Sig< T >::operator() | ( | const unsigned | , |
| const unsigned | ) const |
ro access
| TVector< T > Matrix_Sig< T >::operator* | ( | const Vector_Sig< T > & | ) | const |
| unsigned int Matrix_Sig< T >::rows | ( | ) | const |
| Matrix_Sig< T > & Matrix_Sig< T >::setunit | ( | const T & | = (T) 1 | ) |
References Matrix_Sig(), and T.
| TVector< T > Matrix_Sig< T >::transMult | ( | const Vector_Sig< T > & | ) | const |
Referenced by CSCMatrix< T >::transMult(), and CSCMatrix< T >::transMult().