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

Class for matrix space for ZeroMatrix. More...

#include <IpZeroMatrix.hpp>

+ Inheritance diagram for Ipopt::ZeroMatrixSpace:

Public Member Functions

virtual MatrixMakeNew () const
 Pure virtual method for creating a new Matrix of the corresponding type.
 
ZeroMatrixMakeNewZeroMatrix () 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.
 
- 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.

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

Detailed Description

Class for matrix space for ZeroMatrix.

Definition at line 97 of file IpZeroMatrix.hpp.

Constructor & Destructor Documentation

◆ ZeroMatrixSpace() [1/3]

Ipopt::ZeroMatrixSpace::ZeroMatrixSpace ( Index  nrows,
Index  ncols 
)
inline

Constructor, given the number of row and columns.

Definition at line 103 of file IpZeroMatrix.hpp.

◆ ~ZeroMatrixSpace()

virtual Ipopt::ZeroMatrixSpace::~ZeroMatrixSpace ( )
inlinevirtual

Destructor.

Definition at line 111 of file IpZeroMatrix.hpp.

◆ ZeroMatrixSpace() [2/3]

Ipopt::ZeroMatrixSpace::ZeroMatrixSpace ( )
private

Default Constructor.

◆ ZeroMatrixSpace() [3/3]

Ipopt::ZeroMatrixSpace::ZeroMatrixSpace ( const ZeroMatrixSpace )
private

Copy Constructor.

Member Function Documentation

◆ MakeNew()

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

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

Implements Ipopt::MatrixSpace.

Definition at line 115 of file IpZeroMatrix.hpp.

◆ MakeNewZeroMatrix()

ZeroMatrix * Ipopt::ZeroMatrixSpace::MakeNewZeroMatrix ( ) const
inline

Method for creating a new matrix of this specific type.

Definition at line 121 of file IpZeroMatrix.hpp.

◆ operator=()

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

Default Assignment Operator.


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