Inheritance diagram for Rosenbrock:
Public Member Functions | |
| Rosenbrock () | |
| Constructor. | |
| ~Rosenbrock () | |
| Destructor. | |
| const NOX::LAPACK::Vector & | getInitialGuess () |
| Get initial guess. | |
| const NOX::LAPACK::Vector & | getSolution () |
| Return true solution vector. | |
| bool | computeF (NOX::LAPACK::Vector &f, const NOX::LAPACK::Vector &x) |
| Compute RHS given the specified input vector x. Returns true if computation was successful. | |
| bool | computeJacobian (NOX::LAPACK::Matrix &J, const NOX::LAPACK::Vector &x) |
| Compute Jacobian given the specified input vector x. Returns true if computation was successful. | |
1.3.9.1