MADNESS
0.10.1
|
The interface to be provided by. More...
Public Member Functions | |
virtual | ~SolverTargetInterface () |
virtual Tensor< double > | jacobian (const Tensor< double > &x) |
virtual bool | provides_jacobian () const =0 |
virtual Tensor< double > | residual (const Tensor< double > &x)=0 |
virtual void | residual_and_jacobian (const Tensor< double > &x, Tensor< double > &residual, Tensor< double > &jacobian) |
The interface to be provided by.
|
inlinevirtual |
|
pure virtual |
|
inlinevirtual |
References residual().