Ipopt::IdentityMatrixSpace Class Reference

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

#include <IpIdentityMatrix.hpp>

Inheritance diagram for Ipopt::IdentityMatrixSpace:
Inheritance graph
[legend]
Collaboration diagram for Ipopt::IdentityMatrixSpace:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual SymMatrixMakeNewSymMatrix () const
 Overloaded MakeNew method for the SymMatrixSpace base class.
IdentityMatrixMakeNewIdentityMatrix () const
 Method for creating a new matrix of this specific type.
Constructors / Destructors



 IdentityMatrixSpace (Index dim)
 Constructor, given the dimension of the matrix.
virtual ~IdentityMatrixSpace ()
 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.



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

Detailed Description

This is the matrix space for IdentityMatrix.

Definition at line 97 of file IpIdentityMatrix.hpp.


Constructor & Destructor Documentation

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

Constructor, given the dimension of the matrix.

Definition at line 103 of file IpIdentityMatrix.hpp.

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

Destructor.

Definition at line 109 of file IpIdentityMatrix.hpp.

Ipopt::IdentityMatrixSpace::IdentityMatrixSpace (  )  [private]

Default Constructor.

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

Copy Constructor.


Member Function Documentation

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

Overloaded MakeNew method for the SymMatrixSpace base class.

Implements Ipopt::SymMatrixSpace.

Definition at line 115 of file IpIdentityMatrix.hpp.

IdentityMatrix* Ipopt::IdentityMatrixSpace::MakeNewIdentityMatrix (  )  const [inline]

Method for creating a new matrix of this specific type.

Definition at line 121 of file IpIdentityMatrix.hpp.

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

Overloaded Equals Operator.

Reimplemented from Ipopt::SymMatrixSpace.


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

Generated on 15 Mar 2015 for Coin-All by  doxygen 1.6.1