NOX  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
NOX::LAPACK::Interface Class Referenceabstract

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>

Inheritance diagram for NOX::LAPACK::Interface:
Inheritance graph
[legend]

Public Member Functions

 Interface ()
 Constructor.
 
virtual ~Interface ()
 Destructor.
 
virtual const NOX::LAPACK::VectorgetInitialGuess ()=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.
 

Detailed Description

Virtual interface for NOX::BLAS::Group to provide a link to the external code for RHS and Jacobian fills.


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