|
MADNESS
version 0.9
|
Example implementation of Krylov-subspace nonlinear equation solver. More...


Go to the source code of this file.
Classes | |
| class | madness::NonlinearSolverND< NDIM > |
| A simple Krylov-subspace nonlinear equation solver. More... | |
| struct | madness::default_allocator< T > |
| class | madness::XNonlinearSolver< T, C, Alloc > |
| Generalized version of NonlinearSolver not limited to a single madness function. More... | |
Namespaces | |
| madness | |
| Holds machinery to set up Functions/FuncImpls using various Factories and Interfaces. | |
Typedefs | |
| typedef NonlinearSolverND< 3 > | madness::NonlinearSolver |
Functions | |
| template<typename C > | |
| void | madness::check_linear_dependence (const Tensor< C > &Q, Tensor< C > &c, const double rcondtol, const double cabsmax) |
| check for subspace linear dependency More... | |
Example implementation of Krylov-subspace nonlinear equation solver.
1.8.8