SpMatrix.h File Reference
Detailed Description
Definition file for class SpMatrix.
#include "Matrix.h"
#include "CG.h"
#include "BiCG.h"
#include "CGS.h"
#include "BiCGStab.h"
#include "GMRes.h"
#include "QMR.h"
Go to the source code of this file.
Namespaces | |
| namespace | OFELI |
Classes | |
| class | SpMatrix |
| To handle matrices in sparse storage format. More... | |
Functions | |
| template<class T_> | |
| ostream & | operator<< (ostream &s, const SpMatrix< T_ > &a) |
| Output matrix in output stream. | |