Ipopt::SymScaledMatrixSpace Class Reference

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

#include <IpSymScaledMatrix.hpp>

Inheritance diagram for Ipopt::SymScaledMatrixSpace:

Inheritance graph
[legend]
Collaboration diagram for Ipopt::SymScaledMatrixSpace:

Collaboration graph
[legend]
List of all members.

Public Member Functions

SymScaledMatrixMakeNewSymScaledMatrix (bool allocate_unscaled_matrix=false) const
 Method for creating a new matrix of this specific type.
virtual SymMatrixMakeNewSymMatrix () const
 Overloaded method from SymMatrixSpace.
virtual MatrixMakeNew () const
 Overloaded MakeNew method for the MatrixSpace base class.
SmartPtr< const VectorRowColScaling () const
 return the vector for the row and column scaling
SmartPtr< const SymMatrixSpaceUnscaledMatrixSpace () const
 return the matrix space for the unscaled matrix
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.
 ~SymScaledMatrixSpace ()
 Destructor.

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.
 SymScaledMatrixSpace (const SymScaledMatrixSpace &)
 Copy Constructor.
SymScaledMatrixSpaceoperator= (const SymScaledMatrixSpace &)
 Overloaded Equals Operator.

Private Attributes

SmartPtr< Vectorscaling_
 Row scaling vector.
SmartPtr< const SymMatrixSpaceunscaled_matrix_space_
 unscaled matrix space

Detailed Description

This is the matrix space for SymScaledMatrix.

Definition at line 105 of file IpSymScaledMatrix.hpp.


Constructor & Destructor Documentation

Ipopt::SymScaledMatrixSpace::SymScaledMatrixSpace ( const SmartPtr< const Vector > &  row_col_scaling,
bool  row_col_scaling_reciprocal,
const SmartPtr< const SymMatrixSpace > &  unscaled_matrix_space 
) [inline]

Constructor, given the number of row and columns blocks, as well as the totel number of rows and columns.

Definition at line 113 of file IpSymScaledMatrix.hpp.

References scaling_.

Ipopt::SymScaledMatrixSpace::~SymScaledMatrixSpace (  )  [inline]

Destructor.

Definition at line 127 of file IpSymScaledMatrix.hpp.

Ipopt::SymScaledMatrixSpace::SymScaledMatrixSpace (  )  [private]

Default constructor.

Ipopt::SymScaledMatrixSpace::SymScaledMatrixSpace ( const SymScaledMatrixSpace  )  [private]

Copy Constructor.


Member Function Documentation

SymScaledMatrix* Ipopt::SymScaledMatrixSpace::MakeNewSymScaledMatrix ( bool  allocate_unscaled_matrix = false  )  const [inline]

Method for creating a new matrix of this specific type.

Definition at line 132 of file IpSymScaledMatrix.hpp.

References Ipopt::SymScaledMatrix::SetUnscaledMatrixNonConst(), and unscaled_matrix_space_.

Referenced by MakeNew(), and MakeNewSymMatrix().

virtual SymMatrix* Ipopt::SymScaledMatrixSpace::MakeNewSymMatrix (  )  const [inline, virtual]

Overloaded method from SymMatrixSpace.

Implements Ipopt::SymMatrixSpace.

Definition at line 143 of file IpSymScaledMatrix.hpp.

References MakeNewSymScaledMatrix().

virtual Matrix* Ipopt::SymScaledMatrixSpace::MakeNew (  )  const [inline, virtual]

Overloaded MakeNew method for the MatrixSpace base class.

Reimplemented from Ipopt::SymMatrixSpace.

Definition at line 149 of file IpSymScaledMatrix.hpp.

References MakeNewSymScaledMatrix().

SmartPtr<const Vector> Ipopt::SymScaledMatrixSpace::RowColScaling (  )  const [inline]

return the vector for the row and column scaling

Definition at line 155 of file IpSymScaledMatrix.hpp.

References Ipopt::ConstPtr(), and scaling_.

SmartPtr<const SymMatrixSpace> Ipopt::SymScaledMatrixSpace::UnscaledMatrixSpace (  )  const [inline]

return the matrix space for the unscaled matrix

Definition at line 161 of file IpSymScaledMatrix.hpp.

References unscaled_matrix_space_.

SymScaledMatrixSpace& Ipopt::SymScaledMatrixSpace::operator= ( const SymScaledMatrixSpace  )  [private]

Overloaded Equals Operator.


Member Data Documentation

SmartPtr<Vector> Ipopt::SymScaledMatrixSpace::scaling_ [private]

Row scaling vector.

Definition at line 186 of file IpSymScaledMatrix.hpp.

Referenced by RowColScaling(), and SymScaledMatrixSpace().

SmartPtr<const SymMatrixSpace> Ipopt::SymScaledMatrixSpace::unscaled_matrix_space_ [private]

unscaled matrix space

Definition at line 188 of file IpSymScaledMatrix.hpp.

Referenced by MakeNewSymScaledMatrix(), and UnscaledMatrixSpace().


The documentation for this class was generated from the following file:
Generated on Sun Nov 14 14:16:26 2010 for Coin-All by  doxygen 1.4.7