DSMatrix.h File Reference
Detailed Description
Definition file for abstract class DSMatrix.
#include "Matrix.h"
Go to the source code of this file.
Namespaces | |
| namespace | OFELI |
Classes | |
| class | DSMatrix |
| To store symmetric dense matrices. More... | |
Functions | |
| template<class T_> | |
| ostream & | operator<< (ostream &s, const DSMatrix< T_ > &a) |
| Output matrix in output stream. | |