Classes | |
| class | NOX::LAPACK::Group |
| A simple example of a group structure, based on BLAS/LAPACK. More... | |
| class | NOX::LAPACK::Interface |
| Virtual interface for NOX::BLAS::Group to provide a link to the external code for RHS and Jacobian fills. More... | |
| class | NOX::LAPACK::Matrix |
| A simple square matrix class for use by NOX::LAPACK::Group. More... | |
| class | NOX::LAPACK::Vector |
| Implementation of NOX::Abstract::Vector for STL vector<double> (using LAPACK for some computations). More... | |
Variables | |
| const double | d_one = 1.0 |
| 1.0 | |
| const double | d_mone = -1.0 |
| -1.0 | |
| const double | d_zero = 0.0 |
| 0.0 | |
| const int | i_one = 1 |
| 1 | |
| const int | i_zero = 0 |
| 0 | |
1.3.9.1