Public Member Functions |
| Solver_NU () |
void | Solve (int l, const QMatrix &Q, const double *p, const schar *y, double *alpha, double Cp, double Cn, double eps, SolutionInfo *si, int shrinking) |
Private Member Functions |
int | select_working_set (int &i, int &j) |
double | calculate_rho () |
bool | be_shrunk (int i, double Gmax1, double Gmax2, double Gmax3, double Gmax4) |
void | do_shrinking () |
Private Attributes |
SolutionInfo * | si |
Constructor & Destructor Documentation
Solver_NU::Solver_NU |
( |
| ) |
[inline] |
Member Function Documentation
bool Solver_NU::be_shrunk |
( |
int |
i, |
|
|
double |
Gmax1, |
|
|
double |
Gmax2, |
|
|
double |
Gmax3, |
|
|
double |
Gmax4 |
|
) |
| [private] |
double Solver_NU::calculate_rho |
( |
| ) |
[private, virtual] |
void Solver_NU::do_shrinking |
( |
| ) |
[private, virtual] |
int Solver_NU::select_working_set |
( |
int & |
i, |
|
|
int & |
j |
|
) |
| [private, virtual] |
void Solver_NU::Solve |
( |
int |
l, |
|
|
const QMatrix & |
Q, |
|
|
const double * |
p, |
|
|
const schar * |
y, |
|
|
double * |
alpha, |
|
|
double |
Cp, |
|
|
double |
Cn, |
|
|
double |
eps, |
|
|
SolutionInfo * |
si, |
|
|
int |
shrinking |
|
) |
| [inline] |
Field Documentation
The documentation for this class was generated from the following file: