Class for matrix space for ZeroMatrix. More...
#include <IpZeroMatrix.hpp>


Public Member Functions | |
| virtual Matrix * | MakeNew () const |
| Overloaded MakeNew method for the MatrixSpace base class. | |
| ZeroMatrix * | MakeNewZeroMatrix () const |
| Method for creating a new matrix of this specific type. | |
Constructors / Destructors | |
| ZeroMatrixSpace (Index nrows, Index ncols) | |
| Constructor, given the number of row and columns. | |
| virtual | ~ZeroMatrixSpace () |
| Destructor. | |
Private Member Functions | |
Default Compiler Generated Methods | |
| ZeroMatrixSpace () | |
| Default Constructor. | |
| ZeroMatrixSpace (const ZeroMatrixSpace &) | |
| Copy Constructor. | |
| void | operator= (const ZeroMatrixSpace &) |
| Overloaded Equals Operator. | |
Class for matrix space for ZeroMatrix.
Definition at line 73 of file IpZeroMatrix.hpp.
Constructor, given the number of row and columns.
Definition at line 80 of file IpZeroMatrix.hpp.
| virtual Ipopt::ZeroMatrixSpace::~ZeroMatrixSpace | ( | ) | [inline, virtual] |
Destructor.
Definition at line 86 of file IpZeroMatrix.hpp.
| Ipopt::ZeroMatrixSpace::ZeroMatrixSpace | ( | ) | [private] |
Default Constructor.
| Ipopt::ZeroMatrixSpace::ZeroMatrixSpace | ( | const ZeroMatrixSpace & | ) | [private] |
Copy Constructor.
| virtual Matrix* Ipopt::ZeroMatrixSpace::MakeNew | ( | ) | const [inline, virtual] |
Overloaded MakeNew method for the MatrixSpace base class.
Implements Ipopt::MatrixSpace.
Definition at line 92 of file IpZeroMatrix.hpp.
| ZeroMatrix* Ipopt::ZeroMatrixSpace::MakeNewZeroMatrix | ( | ) | const [inline] |
Method for creating a new matrix of this specific type.
Definition at line 98 of file IpZeroMatrix.hpp.
| void Ipopt::ZeroMatrixSpace::operator= | ( | const ZeroMatrixSpace & | ) | [private] |
Overloaded Equals Operator.
Reimplemented from Ipopt::MatrixSpace.
1.6.1