ECOCPAK v0.9
Public Member Functions | Private Member Functions | Private Attributes
Solver_NU Class Reference
Inheritance diagram for Solver_NU:
Solver

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

SolutionInfosi

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]

Reimplemented from Solver.

void Solver_NU::do_shrinking ( ) [private, virtual]

Reimplemented from Solver.

int Solver_NU::select_working_set ( int &  i,
int &  j 
) [private, virtual]

Reimplemented from Solver.

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]

Reimplemented from Solver.


Field Documentation


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