Ipopt
trunk
|
This is the matrix space for DenseSymMatrix. More...
#include <IpDenseSymMatrix.hpp>
Public Member Functions | |
DenseSymMatrix * | MakeNewDenseSymMatrix () const |
Method for creating a new matrix of this specific type. | |
virtual SymMatrix * | MakeNewSymMatrix () const |
Overloaded MakeNew method for the MatrixSpace base class. | |
Constructors / Destructors | |
DenseSymMatrixSpace (Index nDim) | |
Constructor for matrix space for DenseSymMatrices. | |
~DenseSymMatrixSpace () | |
Destructor. |
This is the matrix space for DenseSymMatrix.
Definition at line 149 of file IpDenseSymMatrix.hpp.
Constructor for matrix space for DenseSymMatrices.
Takes in dimension of the matrices.
Ipopt::DenseSymMatrixSpace::~DenseSymMatrixSpace | ( | ) | [inline] |
Destructor.
Definition at line 160 of file IpDenseSymMatrix.hpp.
DenseSymMatrix* Ipopt::DenseSymMatrixSpace::MakeNewDenseSymMatrix | ( | ) | const [inline] |
Method for creating a new matrix of this specific type.
Definition at line 165 of file IpDenseSymMatrix.hpp.
virtual SymMatrix* Ipopt::DenseSymMatrixSpace::MakeNewSymMatrix | ( | ) | const [inline, virtual] |
Overloaded MakeNew method for the MatrixSpace base class.
Implements Ipopt::SymMatrixSpace.
Definition at line 172 of file IpDenseSymMatrix.hpp.