CppNoddy
0.92
|
Example of the simple linear solvers implemented for dense, banded and sparse matrix objects. More...
#include <cassert>
#include <Timer.h>
#include <Types.h>
#include <Utility.h>
#include <DenseLinearSystem.h>
#include <BandedLinearSystem.h>
Go to the source code of this file.
Functions | |
int | main () |
Example of the simple linear solvers implemented for dense, banded and sparse matrix objects.
To begin with a simple
Definition in file MatrixSolves_lapack.cpp.
int main | ( | ) |
Definition at line 24 of file MatrixSolves_lapack.cpp.
References CppNoddy::DenseVector< _Type >::inf_norm(), CppNoddy::DenseLinearSystem< _Type >::solve(), and CppNoddy::DenseVector< _Type >::sub().
© 2012
R.E. Hewitt