#include "vector.h"
#include "matrix_sig.h"
#include "f_matrix.h"
#include "band_matrix.h"


Go to the source code of this file.
Namespaces | |
| namespace | TBCI |
Classes | |
| class | TBCI::CSCMatErr |
| class | TBCI::CSCMatrix< T > |
Functions | |
| template<typename T> | |
| std::ostream & | TBCI::operator<< (std::ostream &stream, const CSCMatrix< T > &m) |
| template<typename T> | |
| F_TMatrix< T > | TBCI::operator* (const F_Matrix< T > &m1, const CSCMatrix< T > &m2) |
| template<typename T> | |
| F_TMatrix< T > | TBCI::operator* (const CSCMatrix< T > &m1, const F_Matrix< T > &m2) |
| template<typename T> | |
| void | TBCI::MatVecMult (Vector< T > &res, const CSCMatrix< T > &m, const Vector< T > &v) |
| template<typename T> | |
| CSCMatrix< T > | TBCI::operator* (const T &z, const CSCMatrix< T > &m) |
| template<typename T> | |
| CSCMatrix< T > | TBCI::transpose (const CSCMatrix< T > &cscm) |
Definition in file cscmatrix.h.
1.5.6