Public Member Functions

Ipopt::DiagMatrixSpace Class Reference

This is the matrix space for DiagMatrix. More...

#include <IpDiagMatrix.hpp>

Inheritance diagram for Ipopt::DiagMatrixSpace:
Ipopt::SymMatrixSpace Ipopt::MatrixSpace Ipopt::ReferencedObject

List of all members.

Public Member Functions

virtual SymMatrixMakeNewSymMatrix () const
 Overloaded MakeNew method for the SymMatrixSpace base class.
DiagMatrixMakeNewDiagMatrix () 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

(Hidden to avoid implicit creation/calling).

These methods are not implemented and we do not want the compiler to implement them for us, so we declare them private and do not define them. This ensures that they will not be implicitly created/called.

 DiagMatrixSpace ()
 Default Constructor.
 DiagMatrixSpace (const DiagMatrixSpace &)
 Copy Constructor.
void operator= (const DiagMatrixSpace &)
 Overloaded Equals Operator.

Detailed Description

This is the matrix space for DiagMatrix.

Definition at line 90 of file IpDiagMatrix.hpp.


Constructor & Destructor Documentation

Ipopt::DiagMatrixSpace::DiagMatrixSpace ( Index  dim  )  [inline]

Constructor, given the dimension of the matrix.

Definition at line 96 of file IpDiagMatrix.hpp.

virtual Ipopt::DiagMatrixSpace::~DiagMatrixSpace (  )  [inline, virtual]

Destructor.

Definition at line 102 of file IpDiagMatrix.hpp.

Ipopt::DiagMatrixSpace::DiagMatrixSpace (  )  [private]

Default Constructor.

Ipopt::DiagMatrixSpace::DiagMatrixSpace ( const DiagMatrixSpace  )  [private]

Copy Constructor.


Member Function Documentation

virtual SymMatrix* Ipopt::DiagMatrixSpace::MakeNewSymMatrix (  )  const [inline, virtual]

Overloaded MakeNew method for the SymMatrixSpace base class.

Implements Ipopt::SymMatrixSpace.

Definition at line 108 of file IpDiagMatrix.hpp.

DiagMatrix* Ipopt::DiagMatrixSpace::MakeNewDiagMatrix (  )  const [inline]

Method for creating a new matrix of this specific type.

Definition at line 114 of file IpDiagMatrix.hpp.

void Ipopt::DiagMatrixSpace::operator= ( const DiagMatrixSpace  )  [private]

Overloaded Equals Operator.


The documentation for this class was generated from the following file: