CppNoddy
0.92
|
Implementation of the vector NEWTON iteration class. More...
#include <complex>
#include <string>
#include <Newton.h>
#include <Residual.h>
#include <Exceptions.h>
#include <DenseLinearSystem.h>
#include <ArcLength_base.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 vector NEWTON iteration class.
This allows for Newton iteration to be performed for a vector function of a vector unknown. Use templates to allow double or complex.
Definition in file Newton.cpp.
© 2012
R.E. Hewitt