Ipopt::PColumn Class Reference

#include <SensIndexPCalculator.hpp>

Inheritance diagram for Ipopt::PColumn:
Inheritance graph
[legend]

List of all members.

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 NumberValues () const

Private Attributes

Index nrows_
Numberval_

Detailed Description

Definition at line 56 of file SensIndexPCalculator.hpp.


Constructor & Destructor Documentation

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]

Member Function Documentation

virtual void Ipopt::PColumn::GetSchurMatrixRows ( const std::vector< Index > *  row_idx_B,
Number S 
) const [virtual]
virtual const Number* Ipopt::PColumn::Values (  )  const [virtual]

Member Data Documentation

Definition at line 72 of file SensIndexPCalculator.hpp.

Definition at line 73 of file SensIndexPCalculator.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 19 Dec 2013 for Ipopt by  doxygen 1.6.1