This is the matrix space for TransposeMatrix. More...
#include <IpTransposeMatrix.hpp>
Public Member Functions | |
virtual Matrix * | MakeNew () const |
Pure virtual method for creating a new Matrix of the corresponding type. | |
TransposeMatrix * | MakeNewTransposeMatrix () const |
Method for creating a new matrix of this specific type. | |
Matrix * | MakeNewOrigMatrix () const |
Constructors / Destructors | |
TransposeMatrixSpace (const MatrixSpace *orig_matrix_space) | |
Constructor, given the dimension of the matrix. | |
virtual | ~TransposeMatrixSpace () |
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. | |
TransposeMatrixSpace () | |
Default Constructor. | |
TransposeMatrixSpace (const TransposeMatrixSpace &) | |
Copy Constructor. | |
void | operator= (const TransposeMatrixSpace &) |
Default Assignment Operator. | |
Private Attributes | |
SmartPtr< const MatrixSpace > | orig_matrix_space_ |
Matrix space of the original matrix. | |
This is the matrix space for TransposeMatrix.
Definition at line 127 of file IpTransposeMatrix.hpp.
|
inline |
Constructor, given the dimension of the matrix.
Definition at line 133 of file IpTransposeMatrix.hpp.
|
inlinevirtual |
Destructor.
Definition at line 141 of file IpTransposeMatrix.hpp.
|
private |
Default Constructor.
|
private |
Copy Constructor.
Pure virtual method for creating a new Matrix of the corresponding type.
Implements Ipopt::MatrixSpace.
Definition at line 145 of file IpTransposeMatrix.hpp.
|
inline |
Method for creating a new matrix of this specific type.
Definition at line 151 of file IpTransposeMatrix.hpp.
|
inline |
Definition at line 156 of file IpTransposeMatrix.hpp.
|
private |
Default Assignment Operator.
|
private |
Matrix space of the original matrix.
Definition at line 186 of file IpTransposeMatrix.hpp.