Ipopt  3.12.12
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
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
 Overloaded MakeNew method for the MatrixSpace base class. More...
 
virtual SymMatrixMakeNewSymMatrix () const
 Overloaded method from SymMatrixSpace base class. More...
 
ZeroSymMatrixMakeNewZeroSymMatrix () const
 Method for creating a new matrix of this specific type. More...
 
Constructors / Destructors
 ZeroSymMatrixSpace (Index dim)
 Constructor, given the number of row and columns. More...
 
virtual ~ZeroSymMatrixSpace ()
 Destructor. More...
 
- Public Member Functions inherited from Ipopt::SymMatrixSpace
Index Dim () const
 Accessor method for the dimension of the matrices in this matrix space. More...
 
 SymMatrixSpace (Index dim)
 Constructor, given the dimension (identical to the number of rows and columns). More...
 
virtual ~SymMatrixSpace ()
 Destructor. More...
 
- Public Member Functions inherited from Ipopt::MatrixSpace
Index NRows () const
 Accessor function for the number of rows. More...
 
Index NCols () const
 Accessor function for the number of columns. More...
 
bool IsMatrixFromSpace (const Matrix &matrix) const
 Method to test if a given matrix belongs to a particular matrix space. More...
 
 MatrixSpace (Index nRows, Index nCols)
 Constructor, given the number rows and columns of all matrices generated by this MatrixSpace. More...
 
virtual ~MatrixSpace ()
 Destructor. More...
 
- 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. More...
 
 ZeroSymMatrixSpace (const ZeroSymMatrixSpace &)
 Copy Constructor. More...
 
void operator= (const ZeroSymMatrixSpace &)
 Overloaded Equals Operator. More...
 

Detailed Description

Class for matrix space for ZeroSymMatrix.

Definition at line 79 of file IpZeroSymMatrix.hpp.

Constructor & Destructor Documentation

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

Constructor, given the number of row and columns.

Definition at line 86 of file IpZeroSymMatrix.hpp.

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

Destructor.

Definition at line 92 of file IpZeroSymMatrix.hpp.

Ipopt::ZeroSymMatrixSpace::ZeroSymMatrixSpace ( )
private

Default Constructor.

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

Copy Constructor.

Member Function Documentation

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

Overloaded MakeNew method for the MatrixSpace base class.

Reimplemented from Ipopt::SymMatrixSpace.

Definition at line 98 of file IpZeroSymMatrix.hpp.

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

Overloaded method from SymMatrixSpace base class.

Implements Ipopt::SymMatrixSpace.

Definition at line 105 of file IpZeroSymMatrix.hpp.

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

Method for creating a new matrix of this specific type.

Definition at line 111 of file IpZeroSymMatrix.hpp.

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

Overloaded Equals Operator.


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