CppNoddy  0.92
Loading...
Searching...
No Matches
Classes | Namespaces
SparseMatrix.h File Reference

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.
 

Detailed Description

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