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

Class for matrix space for ZeroSymMatrix. More...

#include <IpZeroSymMatrix.hpp>

+ Inheritance diagram for Ipopt::ZeroSymMatrixSpace:

Public Member Functions

virtual MatrixMakeNew () const
 Pure virtual method for creating a new Matrix of the corresponding type.
 
virtual SymMatrixMakeNewSymMatrix () const
 Pure virtual method for creating a new matrix of this specific type.
 
ZeroSymMatrixMakeNewZeroSymMatrix () const
 Method for creating a new matrix of this specific type.
 
Constructors / Destructors
 ZeroSymMatrixSpace (Index dim)
 Constructor, given the number of row and columns.
 
virtual ~ZeroSymMatrixSpace ()
 Destructor.
 
- Public Member Functions inherited from Ipopt::SymMatrixSpace
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.

 ZeroSymMatrixSpace ()
 Default Constructor.
 
 ZeroSymMatrixSpace (const ZeroSymMatrixSpace &)
 Copy Constructor.
 
void operator= (const ZeroSymMatrixSpace &)
 Default Assignment Operator.
 

Detailed Description

Class for matrix space for ZeroSymMatrix.

Definition at line 96 of file IpZeroSymMatrix.hpp.

Constructor & Destructor Documentation

◆ ZeroSymMatrixSpace() [1/3]

Ipopt::ZeroSymMatrixSpace::ZeroSymMatrixSpace ( Index  dim)
inline

Constructor, given the number of row and columns.

Definition at line 102 of file IpZeroSymMatrix.hpp.

◆ ~ZeroSymMatrixSpace()

virtual Ipopt::ZeroSymMatrixSpace::~ZeroSymMatrixSpace ( )
inlinevirtual

Destructor.

Definition at line 109 of file IpZeroSymMatrix.hpp.

◆ ZeroSymMatrixSpace() [2/3]

Ipopt::ZeroSymMatrixSpace::ZeroSymMatrixSpace ( )
private

Default Constructor.

◆ ZeroSymMatrixSpace() [3/3]

Ipopt::ZeroSymMatrixSpace::ZeroSymMatrixSpace ( const ZeroSymMatrixSpace )
private

Copy Constructor.

Member Function Documentation

◆ MakeNew()

virtual Matrix * Ipopt::ZeroSymMatrixSpace::MakeNew ( ) const
inlinevirtual

Pure virtual method for creating a new Matrix of the corresponding type.

Reimplemented from Ipopt::SymMatrixSpace.

Definition at line 113 of file IpZeroSymMatrix.hpp.

◆ MakeNewSymMatrix()

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

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

Implements Ipopt::SymMatrixSpace.

Definition at line 118 of file IpZeroSymMatrix.hpp.

◆ MakeNewZeroSymMatrix()

ZeroSymMatrix * Ipopt::ZeroSymMatrixSpace::MakeNewZeroSymMatrix ( ) const
inline

Method for creating a new matrix of this specific type.

Definition at line 124 of file IpZeroSymMatrix.hpp.

◆ operator=()

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

Default Assignment Operator.


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