Inheritance diagram for Broyden:
Public Member Functions | |
| Broyden (int m, double lambdaVal=0) | |
| Constructor. | |
| ~Broyden () | |
| 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