MADNESS  version 0.9
Classes | Namespaces | Typedefs | Functions
nonlinsol.h File Reference

Example implementation of Krylov-subspace nonlinear equation solver. More...

#include <madness/mra/mra.h>
#include <madness/tensor/solvers.h>
Include dependency graph for nonlinsol.h:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

Example implementation of Krylov-subspace nonlinear equation solver.