#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 () |
|
◆ listener_function_t
◆ MatrixXdRef
◆ VectorBoundRef
◆ BasicStage() [1/3]
soth::BasicStage::BasicStage |
( |
const MatrixXd & |
J, |
|
|
const VectorBound & |
bounds, |
|
|
const BaseY & |
Y |
|
) |
| |
◆ BasicStage() [2/3]
soth::BasicStage::BasicStage |
( |
const Index |
nr, |
|
|
const Index |
nc, |
|
|
const double * |
Jdata, |
|
|
const Bound * |
bdata, |
|
|
const BaseY & |
Y |
|
) |
| |
◆ BasicStage() [3/3]
soth::BasicStage::BasicStage |
( |
const Index |
nr, |
|
|
const Index |
nc, |
|
|
const double * |
Jdata, |
|
|
const BaseY & |
Y |
|
) |
| |
◆ getBoundRow()
Bound soth::BasicStage::getBoundRow |
( |
const Index & |
cst | ) |
const |
◆ getBounds()
◆ getBoundsInternal()
◆ getJ()
MatrixXd soth::BasicStage::getJ |
( |
void |
| ) |
const |
◆ getJrow()
VectorXd soth::BasicStage::getJrow |
( |
const Index & |
cst | ) |
const |
◆ nbConstraints()
Index soth::BasicStage::nbConstraints |
( |
void |
| ) |
const |
|
inline |
◆ set() [1/2]
void soth::BasicStage::set |
( |
const MatrixXd & |
J, |
|
|
const VectorBound & |
bounds |
|
) |
| |
◆ set() [2/2]
void soth::BasicStage::set |
( |
const double * |
Jdata, |
|
|
const Bound * |
bdata |
|
) |
| |
◆ bounds
◆ name
std::string soth::BasicStage::name |
◆ nc
const Index soth::BasicStage::nc |
|
protected |
◆ notifior
boost::signal<void(std::string, ConstraintRef, std::string)> soth::BasicStage::notifior |
◆ nr
const Index soth::BasicStage::nr |
|
protected |
const BaseY& soth::BasicStage::Y |
|
protected |