| 
    NOX
    Development
    
   | 
 
Virtual interface for NOX::BLAS::Group to provide a link to the external code for RHS and Jacobian fills. More...
#include <NOX_LAPACK_Interface.H>

Public Member Functions | |
| Interface () | |
| Constructor.  | |
| virtual | ~Interface () | 
| Destructor.  | |
| virtual const NOX::LAPACK::Vector & | getInitialGuess ()=0 | 
| Get initial guess.  | |
| virtual bool | computeF (NOX::LAPACK::Vector &rhs, const NOX::LAPACK::Vector &x)=0 | 
| Compute RHS given the specified input vector x. Returns true if computation was successful.  | |
| virtual bool | computeJacobian (NOX::LAPACK::Matrix< double > &J, const NOX::LAPACK::Vector &x)=0 | 
| Compute Jacobian given the specified input vector x. Returns true if computation was successful.  | |
Virtual interface for NOX::BLAS::Group to provide a link to the external code for RHS and Jacobian fills.
 1.8.5