| 
    NOX
    Development
    
   | 
 
#include "NOX_Common.H"#include "NOX_Abstract_Vector.H"#include <vector>#include <ostream>
Classes | |
| class | NOX::LAPACK::Vector | 
| Implementation of NOX::Abstract::Vector for STL std::vector<double> (using LAPACK for some computations)  More... | |
Namespaces | |
| NOX | |
| Nonlinear solvers package namespace.  | |
| NOX::LAPACK | |
| NOX BLAS/LAPACK support.  | |
Functions | |
| std::ostream & | NOX::LAPACK::operator<< (std::ostream &stream, const NOX::LAPACK::Vector &v) | 
| Function for printing.  | |
Variables | |
| const double | NOX::LAPACK::d_one = 1.0 | 
| 1.0  | |
| const double | NOX::LAPACK::d_mone = -1.0 | 
| -1.0  | |
| const double | NOX::LAPACK::d_zero = 0.0 | 
| 0.0  | |
| const int | NOX::LAPACK::i_one = 1 | 
| 1  | |
| const int | NOX::LAPACK::i_zero = 0 | 
| 0  | |
 1.8.5