#include "NOX_Abstract_Vector.H"
#include "NOX_Common.H"
Go to the source code of this file.
Classes | |
class | NOX::LAPACK::Vector |
Implementation of NOX::Abstract::Vector for STL vector<double> (using LAPACK for some computations). More... | |
Namespaces | |
namespace | NOX |
Nonlinear solvers package namespace. | |
namespace | NOX::LAPACK |
NOX BLAS/LAPACK support. | |
Functions | |
ostream & | operator<< (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 |
Definition in file NOX_LAPACK_Vector.H.
ostream& operator<< | ( | ostream & | stream, | |
const NOX::LAPACK::Vector & | v | |||
) |
Function for printing.
Definition at line 311 of file NOX_LAPACK_Vector.C.
References NOX::LAPACK::Vector::leftshift().