Ipopt
3.12.12
|
This is the matrix space for SymScaledMatrix. More...
#include <IpSymScaledMatrix.hpp>
Public Member Functions | |
SymScaledMatrix * | MakeNewSymScaledMatrix (bool allocate_unscaled_matrix=false) const |
Method for creating a new matrix of this specific type. More... | |
virtual SymMatrix * | MakeNewSymMatrix () const |
Overloaded method from SymMatrixSpace. More... | |
virtual Matrix * | MakeNew () const |
Overloaded MakeNew method for the MatrixSpace base class. More... | |
SmartPtr< const Vector > | RowColScaling () const |
return the vector for the row and column scaling More... | |
SmartPtr< const SymMatrixSpace > | UnscaledMatrixSpace () const |
return the matrix space for the unscaled matrix More... | |
Constructors / Destructors | |
SymScaledMatrixSpace (const SmartPtr< const Vector > &row_col_scaling, bool row_col_scaling_reciprocal, const SmartPtr< const SymMatrixSpace > &unscaled_matrix_space) | |
Constructor, given the number of row and columns blocks, as well as the totel number of rows and columns. More... | |
~SymScaledMatrixSpace () | |
Destructor. More... | |
![]() | |
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... | |
![]() | |
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... | |
![]() | |
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. | |
SymScaledMatrixSpace () | |
Default constructor. More... | |
SymScaledMatrixSpace (const SymScaledMatrixSpace &) | |
Copy Constructor. More... | |
SymScaledMatrixSpace & | operator= (const SymScaledMatrixSpace &) |
Overloaded Equals Operator. More... | |
Private Attributes | |
SmartPtr< Vector > | scaling_ |
Row scaling vector. More... | |
SmartPtr< const SymMatrixSpace > | unscaled_matrix_space_ |
unscaled matrix space More... | |
This is the matrix space for SymScaledMatrix.
Definition at line 107 of file IpSymScaledMatrix.hpp.
|
inline |
Constructor, given the number of row and columns blocks, as well as the totel number of rows and columns.
Definition at line 115 of file IpSymScaledMatrix.hpp.
|
inline |
Destructor.
Definition at line 129 of file IpSymScaledMatrix.hpp.
|
private |
Default constructor.
|
private |
Copy Constructor.
|
inline |
Method for creating a new matrix of this specific type.
Definition at line 134 of file IpSymScaledMatrix.hpp.
|
inlinevirtual |
Overloaded method from SymMatrixSpace.
Implements Ipopt::SymMatrixSpace.
Definition at line 145 of file IpSymScaledMatrix.hpp.
|
inlinevirtual |
Overloaded MakeNew method for the MatrixSpace base class.
Reimplemented from Ipopt::SymMatrixSpace.
Definition at line 151 of file IpSymScaledMatrix.hpp.
return the vector for the row and column scaling
Definition at line 157 of file IpSymScaledMatrix.hpp.
|
inline |
return the matrix space for the unscaled matrix
Definition at line 163 of file IpSymScaledMatrix.hpp.
|
private |
Overloaded Equals Operator.
Row scaling vector.
Definition at line 188 of file IpSymScaledMatrix.hpp.
|
private |
unscaled matrix space
Definition at line 190 of file IpSymScaledMatrix.hpp.