Ipopt  3.11.9
List of all members
Ipopt::TransposeMatrixSpace Class Reference

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

#include <IpTransposeMatrix.hpp>

+ Inheritance diagram for Ipopt::TransposeMatrixSpace:

Public Member Functions

Constructors / Destructors
 TransposeMatrixSpace (const MatrixSpace *orig_matrix_space)
 Constructor, given the dimension of the matrix. More...
 
virtual ~TransposeMatrixSpace ()
 Destructor. More...
 
virtual MatrixMakeNew () const
 Overloaded MakeNew method for the MatrixSpace base class. More...
 
TransposeMatrixMakeNewTransposeMatrix () const
 Method for creating a new matrix of this specific type. More...
 
MatrixMakeNewOrigMatrix () const
 
- Public Member Functions inherited from Ipopt::MatrixSpace
 MatrixSpace (Index nRows, Index nCols)
 Constructor, given the number rows and columns of all matrices generated by this MatrixSpace. More...
 
virtual ~MatrixSpace ()
 Destructor. More...
 
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...
 
- 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
 

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.

SmartPtr< const MatrixSpaceorig_matrix_space_
 Matrix space of the original matrix. More...
 
 TransposeMatrixSpace ()
 Default Constructor. More...
 
 TransposeMatrixSpace (const TransposeMatrixSpace &)
 Copy Constructor. More...
 
void operator= (const TransposeMatrixSpace &)
 Overloaded Equals Operator. More...
 

Detailed Description

This is the matrix space for TransposeMatrix.

Definition at line 113 of file IpTransposeMatrix.hpp.

Constructor & Destructor Documentation

◆ TransposeMatrixSpace() [1/3]

Ipopt::TransposeMatrixSpace::TransposeMatrixSpace ( const MatrixSpace orig_matrix_space)
inline

Constructor, given the dimension of the matrix.

Definition at line 119 of file IpTransposeMatrix.hpp.

◆ ~TransposeMatrixSpace()

virtual Ipopt::TransposeMatrixSpace::~TransposeMatrixSpace ( )
inlinevirtual

Destructor.

Definition at line 126 of file IpTransposeMatrix.hpp.

◆ TransposeMatrixSpace() [2/3]

Ipopt::TransposeMatrixSpace::TransposeMatrixSpace ( )
private

Default Constructor.

◆ TransposeMatrixSpace() [3/3]

Ipopt::TransposeMatrixSpace::TransposeMatrixSpace ( const TransposeMatrixSpace )
private

Copy Constructor.

Member Function Documentation

◆ MakeNew()

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

Overloaded MakeNew method for the MatrixSpace base class.

Implements Ipopt::MatrixSpace.

Definition at line 132 of file IpTransposeMatrix.hpp.

◆ MakeNewTransposeMatrix()

TransposeMatrix* Ipopt::TransposeMatrixSpace::MakeNewTransposeMatrix ( ) const
inline

Method for creating a new matrix of this specific type.

Definition at line 138 of file IpTransposeMatrix.hpp.

◆ MakeNewOrigMatrix()

Matrix* Ipopt::TransposeMatrixSpace::MakeNewOrigMatrix ( ) const
inline

Definition at line 143 of file IpTransposeMatrix.hpp.

◆ operator=()

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

Overloaded Equals Operator.

Member Data Documentation

◆ orig_matrix_space_

SmartPtr<const MatrixSpace> Ipopt::TransposeMatrixSpace::orig_matrix_space_
private

Matrix space of the original matrix.

Definition at line 168 of file IpTransposeMatrix.hpp.


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