Definition file for class TrMatrix. More...
Classes | |
class | TrMatrix< T_ > |
To handle tridiagonal matrices. More... | |
Namespaces | |
OFELI | |
A namespace to group all library classes, functions, ... | |
Functions | |
template<class T_ > | |
Vect< T_ > | operator* (const TrMatrix< T_ > &A, const Vect< T_ > &b) |
Operator * (Multiply vector by matrix and return resulting vector. More... | |
template<class T_ > | |
TrMatrix< T_ > | operator* (T_ a, const TrMatrix< T_ > &A) |
Operator * (Premultiplication of matrix by constant) More... | |
template<class T_ > | |
ostream & | operator<< (ostream &s, const TrMatrix< T_ > &A) |
Output matrix in output stream. More... | |
Definition file for class TrMatrix.