Classes | |
| class | NOX::Abstract::Group |
| NOX pure abstract interface to a "group"; i.e., a solution vector and the corresponding F-vector, Jacobian matrix, gradient vector, and Newton vector. More... | |
| class | NOX::Abstract::MultiVector |
| Abstract interface for multi-vectors used by NOX. More... | |
| class | NOX::Abstract::Vector |
| NOX's pure abstract vector interface for vectors that are used by the nonlinear solver. More... | |
The user should implement their own concrete implementation of this class or use one of the implementations provided by us, as defined in the NOX::Epetra and NOX::LAPACK namespaces.
1.3.9.1