CppNoddy
0.92
|
Implementation of the matrix class that constructs a BANDED matrix as a DenseVector. More...
#include <string>
#include <memory>
#include <algorithm>
#include <DenseVector.h>
#include <BandedMatrix.h>
#include <Exceptions.h>
Go to the source code of this file.
Namespaces | |
namespace | CppNoddy |
A collection of OO numerical routines aimed at simple (typical) applied problems in continuum mechanics. | |
Implementation of the matrix class that constructs a BANDED matrix as a DenseVector.
Definition in file BandedMatrix.cpp.
© 2012
R.E. Hewitt