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 147 of file IpDenseSymMatrix.hpp.
| Ipopt::DenseSymMatrixSpace::DenseSymMatrixSpace | ( | Index | nDim | ) |
Constructor for matrix space for DenseSymMatrices.
Takes in dimension of the matrices.
| Ipopt::DenseSymMatrixSpace::~DenseSymMatrixSpace | ( | ) | [inline] |
Destructor.
Definition at line 158 of file IpDenseSymMatrix.hpp.
| DenseSymMatrix* Ipopt::DenseSymMatrixSpace::MakeNewDenseSymMatrix | ( | ) | const [inline] |
Method for creating a new matrix of this specific type.
Definition at line 163 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 170 of file IpDenseSymMatrix.hpp.
1.6.1