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

A matrix class that constructs a DENSE matrix as an STL Vector of DenseVectors. More...

#include <vector>
#include <Sequential_Matrix_base.h>
#include <DenseVector.h>

Go to the source code of this file.

Classes

class  CppNoddy::DenseMatrix< _Type >
 A matrix class that constructs a DENSE matrix as a row major std::vector of DenseVectors. 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 DENSE matrix as an STL Vector of DenseVectors.

Definition in file DenseMatrix.h.

© 2012

R.E. Hewitt