CppNoddy
0.92
|
A matrix class that constructs a SPARSE matrix as an STL Vector of SparseVectors, inheriting from Matrix_base. More...
#include <vector>
#include <iostream>
#include <iomanip>
#include <fstream>
#include <complex>
#include <SparseVector.h>
#include <DenseVector.h>
#include <Exceptions.h>
#include <Sequential_Matrix_base.h>
Go to the source code of this file.
Classes | |
class | CppNoddy::SparseMatrix< _Type > |
A matrix class that constructs a SPARSE matrix as a row major std::vector of SparseVectors. More... | |
Namespaces | |
namespace | CppNoddy |
A collection of OO numerical routines aimed at simple (typical) applied problems in continuum mechanics. | |
A matrix class that constructs a SPARSE matrix as an STL Vector of SparseVectors, inheriting from Matrix_base.
Definition in file SparseMatrix.h.
© 2012
R.E. Hewitt