NOX::LAPACK Namespace Reference

NOX BLAS/LAPACK support. More...


Classes

class  Group
 A simple example of a group structure, based on BLAS/LAPACK. More...
class  Interface
 Virtual interface for NOX::BLAS::Group to provide a link to the external code for RHS and Jacobian fills. More...
class  LinearSolver
 A simple linear solver for use by NOX::LAPACK::Group. More...
class  Matrix
 A simple square matrix class for use by NOX::LAPACK::Group. More...
class  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


Detailed Description

NOX BLAS/LAPACK support.


Variable Documentation

const double NOX::LAPACK::d_one = 1.0

1.0

Definition at line 56 of file NOX_LAPACK_Vector.H.

const double NOX::LAPACK::d_mone = -1.0

-1.0

Definition at line 58 of file NOX_LAPACK_Vector.H.

const double NOX::LAPACK::d_zero = 0.0

0.0

Definition at line 60 of file NOX_LAPACK_Vector.H.

const int NOX::LAPACK::i_one = 1

1

Definition at line 62 of file NOX_LAPACK_Vector.H.

Referenced by NOX::LAPACK::Vector::norm().

const int NOX::LAPACK::i_zero = 0

0

Definition at line 64 of file NOX_LAPACK_Vector.H.


Generated on Thu Dec 17 11:03:07 2009 for Nonlinear Solver Project by  doxygen 1.5.9