CppNoddy  0.92
Loading...
Searching...
No Matches
Newton_bundle.h
Go to the documentation of this file.
1/// \file Newton_bundle.h
2/// A shorter bundled include file for Newton iteration problems.
3
4#ifndef NEWTON_BUNDLE_H
5#define NEWTON_BUNDLE_H
6
7#include <Generic_bundle.h>
8
9#include <Residual.h>
10#include <Newton.h>
11
12#endif
A shorter bundled include file for ODE_BVP and PDE_IBVP codes.
A vector NEWTON iteration class.
A specification of a (double/complex) VECTOR residual class.

© 2012

R.E. Hewitt