|
OBOE
0.1
|
#include <Solution.h>
Public Member Functions | |
| NewtonSolution (int m=0, int n=0, int p=0) | |
| ~NewtonSolution () | |
| void | init (const Manager &manager) |
| int | warmStart (const Manager &manager) |
| void | output (std::ostream &os) const |
| void | addMult (const NewtonSolution &sol, double alpha=1.0) |
Public Attributes | |
| AccpmVector | _y |
| AccpmVector | _s |
| AccpmVector | _z |
| double | _s0 |
| double | _zs |
| double | _ss |
Class for keepin the solution of the Newton system
| Accpm::NewtonSolution::NewtonSolution | ( | int | m = 0, |
| int | n = 0, |
||
| int | p = 0 |
||
| ) |
| void Accpm::NewtonSolution::addMult | ( | const NewtonSolution & | sol, |
| double | alpha = 1.0 |
||
| ) |
| void Accpm::NewtonSolution::init | ( | const Manager & | manager | ) |
| void Accpm::NewtonSolution::output | ( | std::ostream & | os | ) | const |
| int Accpm::NewtonSolution::warmStart | ( | const Manager & | manager | ) |
References _s, Accpm::PointGen::_s, _s0, ACCPM_PLUS_INF, Accpm::AccpmVector::append(), Accpm::Manager::getPointGen(), Accpm::Manager::getSizeOfs(), Accpm::Manager::inPhase2(), and Accpm::Manager::previousPhase2().
Referenced by init().
Referenced by addMult(), NewtonSolution(), output(), and warmStart().
| double Accpm::NewtonSolution::_s0 |
Referenced by addMult(), output(), and warmStart().
| double Accpm::NewtonSolution::_ss |
Referenced by addMult(), init(), NewtonSolution(), and output().
Referenced by addMult(), init(), NewtonSolution(), and output().
| double Accpm::NewtonSolution::_zs |