|
CppNoddy
0.92
|
A specification of a class for an 
#include <string>#include <Types.h>#include <Equation.h>#include <Utility.h>#include <ODE_EVP.h>#include <Exceptions.h>#include <DenseLinearEigenSystem.h>#include <Equation_2matrix.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. | |
A specification of a class for an 
![\[ {\underline f}^\prime (x) = {\underline R}( {\underline f}(x), x )\,, \]](form_58.png)
subject to 



![\[ A_{MxM} {\underline x} = \lambda B_{MxM} {\underline x} \]](form_62.png)
which can then be solved via the LinearEigenSystem class where 
Definition in file ODE_EVP.cpp.
1.9.5
© 2012
R.E. Hewitt