Ipopt Documentation  
 
Loading...
Searching...
No Matches
Ipopt::IdentityMatrixSpace Class Reference

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

#include <IpIdentityMatrix.hpp>

+ Inheritance diagram for Ipopt::IdentityMatrixSpace:

Public Member Functions

virtual SymMatrixMakeNewSymMatrix () const
 Pure virtual method for creating a new matrix of this specific type.
 
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.
 
- Public Member Functions inherited from Ipopt::SymMatrixSpace
virtual MatrixMakeNew () const
 Pure virtual method for creating a new Matrix of the corresponding type.
 
Index Dim () const
 Accessor method for the dimension of the matrices in this matrix space.
 
 SymMatrixSpace (Index dim)
 Constructor, given the dimension (identical to the number of rows and columns).
 
virtual ~SymMatrixSpace ()
 Destructor.
 
- Public Member Functions inherited from Ipopt::MatrixSpace
Index NRows () const
 Accessor function for the number of rows.
 
Index NCols () const
 Accessor function for the number of columns.
 
bool IsMatrixFromSpace (const Matrix &matrix) const
 Method to test if a given matrix belongs to a particular matrix space.
 
 MatrixSpace (Index nRows, Index nCols)
 Constructor, given the number rows and columns of all matrices generated by this MatrixSpace.
 
virtual ~MatrixSpace ()
 Destructor.
 
- Public Member Functions inherited from Ipopt::ReferencedObject
 ReferencedObject ()
 
virtual ~ReferencedObject ()
 
Index ReferenceCount () const
 
void AddRef (const Referencer *referencer) const
 
void ReleaseRef (const Referencer *referencer) const
 

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 &)
 Default Assignment Operator.
 

Detailed Description

This is the matrix space for IdentityMatrix.

Definition at line 113 of file IpIdentityMatrix.hpp.

Constructor & Destructor Documentation

◆ IdentityMatrixSpace() [1/3]

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

Constructor, given the dimension of the matrix.

Definition at line 119 of file IpIdentityMatrix.hpp.

◆ ~IdentityMatrixSpace()

virtual Ipopt::IdentityMatrixSpace::~IdentityMatrixSpace ( )
inlinevirtual

Destructor.

Definition at line 126 of file IpIdentityMatrix.hpp.

◆ IdentityMatrixSpace() [2/3]

Ipopt::IdentityMatrixSpace::IdentityMatrixSpace ( )
private

Default Constructor.

◆ IdentityMatrixSpace() [3/3]

Ipopt::IdentityMatrixSpace::IdentityMatrixSpace ( const IdentityMatrixSpace )
private

Copy Constructor.

Member Function Documentation

◆ MakeNewSymMatrix()

virtual SymMatrix * Ipopt::IdentityMatrixSpace::MakeNewSymMatrix ( ) const
inlinevirtual

Pure virtual method for creating a new matrix of this specific type.

Implements Ipopt::SymMatrixSpace.

Definition at line 130 of file IpIdentityMatrix.hpp.

◆ MakeNewIdentityMatrix()

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

Method for creating a new matrix of this specific type.

Definition at line 136 of file IpIdentityMatrix.hpp.

◆ operator=()

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

Default Assignment Operator.


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