This is the matrix space for DiagMatrix. More...
#include <IpDiagMatrix.hpp>


Public Member Functions | |
| virtual SymMatrix * | MakeNewSymMatrix () const |
| Overloaded MakeNew method for the SymMatrixSpace base class. | |
| DiagMatrix * | MakeNewDiagMatrix () const |
| Method for creating a new matrix of this specific type. | |
Constructors / Destructors | |
| DiagMatrixSpace (Index dim) | |
| Constructor, given the dimension of the matrix. | |
| virtual | ~DiagMatrixSpace () |
| Destructor. | |
Private Member Functions | |
Default Compiler Generated Methods | |
| DiagMatrixSpace () | |
| Default Constructor. | |
| DiagMatrixSpace (const DiagMatrixSpace &) | |
| Copy Constructor. | |
| void | operator= (const DiagMatrixSpace &) |
| Overloaded Equals Operator. | |
This is the matrix space for DiagMatrix.
Definition at line 88 of file IpDiagMatrix.hpp.
| Ipopt::DiagMatrixSpace::DiagMatrixSpace | ( | Index | dim | ) | [inline] |
Constructor, given the dimension of the matrix.
Definition at line 94 of file IpDiagMatrix.hpp.
| virtual Ipopt::DiagMatrixSpace::~DiagMatrixSpace | ( | ) | [inline, virtual] |
Destructor.
Definition at line 100 of file IpDiagMatrix.hpp.
| Ipopt::DiagMatrixSpace::DiagMatrixSpace | ( | ) | [private] |
Default Constructor.
| Ipopt::DiagMatrixSpace::DiagMatrixSpace | ( | const DiagMatrixSpace & | ) | [private] |
Copy Constructor.
| virtual SymMatrix* Ipopt::DiagMatrixSpace::MakeNewSymMatrix | ( | ) | const [inline, virtual] |
Overloaded MakeNew method for the SymMatrixSpace base class.
Implements Ipopt::SymMatrixSpace.
Definition at line 106 of file IpDiagMatrix.hpp.
| DiagMatrix* Ipopt::DiagMatrixSpace::MakeNewDiagMatrix | ( | ) | const [inline] |
Method for creating a new matrix of this specific type.
Definition at line 112 of file IpDiagMatrix.hpp.
| void Ipopt::DiagMatrixSpace::operator= | ( | const DiagMatrixSpace & | ) | [private] |
Overloaded Equals Operator.
Reimplemented from Ipopt::SymMatrixSpace.
1.6.1