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