#include <BasicStage.hpp>
|
| BasicStage (const MatrixXd &J, const VectorBound &bounds, const BaseY &Y) |
|
| BasicStage (const Index nr, const Index nc, const double *Jdata, const Bound *bdata, const BaseY &Y) |
|
| BasicStage (const Index nr, const Index nc, const double *Jdata, const BaseY &Y) |
|
void | set (const MatrixXd &J, const VectorBound &bounds) |
|
void | set (const double *Jdata, const Bound *bdata) |
|
Index | nbConstraints (void) const |
|
VectorXd | getJrow (const Index &cst) const |
|
Bound | getBoundRow (const Index &cst) const |
|
MatrixXd | getJ () const |
|
VectorBound | getBounds () const |
|
VectorBound & | getBoundsInternal () |
|
soth::BasicStage::BasicStage |
( |
const MatrixXd & |
J, |
|
|
const VectorBound & |
bounds, |
|
|
const BaseY & |
Y |
|
) |
| |
soth::BasicStage::BasicStage |
( |
const Index |
nr, |
|
|
const Index |
nc, |
|
|
const double * |
Jdata, |
|
|
const Bound * |
bdata, |
|
|
const BaseY & |
Y |
|
) |
| |
soth::BasicStage::BasicStage |
( |
const Index |
nr, |
|
|
const Index |
nc, |
|
|
const double * |
Jdata, |
|
|
const BaseY & |
Y |
|
) |
| |
Bound soth::BasicStage::getBoundRow |
( |
const Index & |
cst | ) |
const |
MatrixXd soth::BasicStage::getJ |
( |
void |
| ) |
const |
VectorXd soth::BasicStage::getJrow |
( |
const Index & |
cst | ) |
const |
Index soth::BasicStage::nbConstraints |
( |
void |
| ) |
const |
|
inline |
void soth::BasicStage::set |
( |
const MatrixXd & |
J, |
|
|
const VectorBound & |
bounds |
|
) |
| |
void soth::BasicStage::set |
( |
const double * |
Jdata, |
|
|
const Bound * |
bdata |
|
) |
| |
std::string soth::BasicStage::name |
const Index soth::BasicStage::nc |
|
protected |
boost::signal<void(std::string, ConstraintRef, std::string)> soth::BasicStage::notifior |
const Index soth::BasicStage::nr |
|
protected |
const BaseY& soth::BasicStage::Y |
|
protected |