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