MADNESS  version 0.9
Public Member Functions | List of all members

The interface to be provided by solvers ... NOT USED ANYWHERE? More...

#include <solvers.h>

Public Member Functions

virtual bool solve (Tensor< double > &x)=0
 
virtual bool converged () const =0
 
virtual double residual_norm () const =0
 
virtual ~SolverInterface ()
 

Detailed Description

The interface to be provided by solvers ... NOT USED ANYWHERE?

Constructor & Destructor Documentation

virtual madness::SolverInterface::~SolverInterface ( )
inlinevirtual

Member Function Documentation

virtual bool madness::SolverInterface::converged ( ) const
pure virtual
virtual double madness::SolverInterface::residual_norm ( ) const
pure virtual
virtual bool madness::SolverInterface::solve ( Tensor< double > &  x)
pure virtual

The documentation for this struct was generated from the following file: