#include "matrix_sig.h"
#include "matrix.h"
#include "vector.h"


Go to the source code of this file.
Namespaces | |
| namespace | TBCI |
Classes | |
| class | TBCI::CRMatErr |
| class | TBCI::CRMatrix< T > |
| C++ class for sparse matrices using compressed row storage. More... | |
Functions | |
| template<typename T> | |
| void | TBCI::MatVecMult (Vector< T > &res, const CRMatrix< T > &m, const Vector< T > &v) |
| template<typename T> | |
| CRMatrix< T > | TBCI::operator* (const T &z, const CRMatrix< T > &m) |
| template<typename T> | |
| CRMatrix< T > | TBCI::transpose (const CRMatrix< T > &crm) |
| template<typename T> | |
| std::ostream & | TBCI::operator<< (std::ostream &stream, const CRMatrix< T > &m) |
Definition in file crmatrix.h.
1.5.6