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

A vector NEWTON iteration class. More...

#include <complex>
#include <DenseMatrix.h>
#include <DenseVector.h>
#include <Residual.h>
#include <ArcLength_base.h>
#include <DenseLinearSystem.h>
#include <Utility.h>

Go to the source code of this file.

Classes

class  CppNoddy::Newton< _Type >
 A vector NEWTON iteration class. More...
 

Namespaces

namespace  CppNoddy
 A collection of OO numerical routines aimed at simple (typical) applied problems in continuum mechanics.
 

Detailed Description

A 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.h.

© 2012

R.E. Hewitt