Ipopt
trunk
|
#include <SensIndexPCalculator.hpp>
Public Member Functions | |
PColumn (Index nrows, Number *values) | |
This class provides an easy interface for PCalculators with data where columns are not necessarily in adjacent parts of memory. | |
virtual | ~PColumn () |
virtual void | GetSchurMatrixRows (const std::vector< Index > *row_idx_B, Number *S) const |
virtual const Number * | Values () const |
Private Attributes | |
Index | nrows_ |
Number * | val_ |
Definition at line 56 of file SensIndexPCalculator.hpp.
Ipopt::PColumn::PColumn | ( | Index | nrows, |
Number * | values | ||
) |
This class provides an easy interface for PCalculators with data where columns are not necessarily in adjacent parts of memory.
virtual Ipopt::PColumn::~PColumn | ( | ) | [virtual] |
virtual void Ipopt::PColumn::GetSchurMatrixRows | ( | const std::vector< Index > * | row_idx_B, |
Number * | S | ||
) | const [virtual] |
virtual const Number* Ipopt::PColumn::Values | ( | ) | const [virtual] |
Index Ipopt::PColumn::nrows_ [private] |
Definition at line 72 of file SensIndexPCalculator.hpp.
Number* Ipopt::PColumn::val_ [private] |
Definition at line 73 of file SensIndexPCalculator.hpp.