#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 () |
Definition at line 45 of file matrix_sig.h.
| TBCI::Matrix_Sig< T >::Matrix_Sig | ( | ) | [inline] |
Definition at line 49 of file matrix_sig.h.
| TBCI::Matrix_Sig< T >::~Matrix_Sig | ( | ) | [inline] |
Definition at line 50 of file matrix_sig.h.
| tbci_traits<T>::const_refval_type TBCI::Matrix_Sig< T >::operator() | ( | const | unsigned, | |
| const | unsigned | |||
| ) | const |
ro access
| T& TBCI::Matrix_Sig< T >::operator() | ( | const | unsigned, | |
| const | unsigned | |||
| ) |
| Matrix_Sig<T>& TBCI::Matrix_Sig< T >::fill | ( | const T & | ) |
Reimplemented in TBCI::BdMatrix< T >, TBCI::CRMatrix< T >, TBCI::CSCMatrix< T >, TBCI::F_TMatrix< T >, TBCI::F_Matrix< T >, TBCI::TMatrix< T >, and TBCI::Matrix< T >.
| Matrix_Sig<T>& TBCI::Matrix_Sig< T >::setunit | ( | const T & | = (T) 1 |
) |
Reimplemented in TBCI::BdMatrix< T >, TBCI::CRMatrix< T >, TBCI::CSCMatrix< T >, TBCI::F_TMatrix< T >, TBCI::F_Matrix< T >, TBCI::TMatrix< T >, and TBCI::Matrix< T >.
| Matrix_Sig<T>& TBCI::Matrix_Sig< T >::clear | ( | ) |
| TVector<T> TBCI::Matrix_Sig< T >::operator* | ( | const Vector_Sig< T > & | ) | const |
| TVector<T> TBCI::Matrix_Sig< T >::transMult | ( | const Vector_Sig< T > & | ) | const |
| unsigned int TBCI::Matrix_Sig< T >::rows | ( | ) | const |
| unsigned int TBCI::Matrix_Sig< T >::columns | ( | ) | const |
| static const char* TBCI::Matrix_Sig< T >::mat_info | ( | ) | [static] |
1.5.6