MADNESS  0.10.1
Public Member Functions | List of all members
SolverInterface Struct Referenceabstract

The interface to be provided by solvers. More...

Public Member Functions

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

Detailed Description

The interface to be provided by solvers.

Member Function Documentation

◆ converged()

virtual bool SolverInterface::converged ( ) const
pure virtual

◆ residual_norm()

virtual double SolverInterface::residual_norm ( ) const
pure virtual

◆ solve()

virtual bool SolverInterface::solve ( Tensor< double > &  x)
pure virtual

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