|
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 | |
| namespace | NOX |
| Nonlinear solvers package namespace. | |
| namespace | NOX::LAPACK |
| NOX BLAS/LAPACK support. | |
Functions | |
| std::ostream & | NOX::LAPACK::operator<< (std::ostream &stream, const NOX::LAPACK::Vector &v) |
| Function for printing. | |