iRoCS Toolbox
1.1.0
|
#include <Solver_NU.hh>
Public Member Functions | |
Solver_NU () | |
void | Solve (int l, const Kernel< FV, KF > &Q, const double *b, const schar *y, double *alpha, double Cp, double Cn, double eps, SolutionInfo *si, int shrinking, ProgressReporter *progressReporter) |
Protected Types | |
enum | { LOWER_BOUND, UPPER_BOUND, FREE } |
Protected Member Functions | |
double | get_C (int i) |
bool | is_free (int i) |
bool | is_lower_bound (int i) |
bool | is_upper_bound (int i) |
void | reconstruct_gradient () |
void | swap_index (int i, int j) |
void | update_alpha_status (int i) |
Protected Attributes | |
int * | active_set |
int | active_size |
double * | alpha |
char * | alpha_status |
double * | b |
double | Cn |
double | Cp |
double | eps |
double * | G |
double * | G_bar |
int | l |
const Kernel< FV, KF > * | Q |
bool | unshrinked |
schar * | y |
Definition at line 62 of file Solver_NU.hh.
|
protectedinherited |
|
inline |
Definition at line 65 of file Solver_NU.hh.
|
inline |
Definition at line 66 of file Solver_NU.hh.
|
inlineprotectedinherited |
Definition at line 147 of file Solver.hh.
Referenced by svt::Solver< FV, KF >::update_alpha_status().
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
protectedinherited |
Referenced by svt::Solver< FV, KF >::is_free().
|
protectedinherited |
Referenced by svt::Solver< FV, KF >::is_free().
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
Definition at line 138 of file Solver.hh.
Referenced by svt::Solver< FV, KF >::~Solver().
|
protectedinherited |
Definition at line 139 of file Solver.hh.
Referenced by svt::Solver< FV, KF >::~Solver().
|
protectedinherited |
Definition at line 140 of file Solver.hh.
Referenced by svt::Solver< FV, KF >::get_C(), and svt::Solver< FV, KF >::~Solver().
|
protectedinherited |
Definition at line 140 of file Solver.hh.
Referenced by svt::Solver< FV, KF >::get_C(), and svt::Solver< FV, KF >::~Solver().
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
Definition at line 144 of file Solver.hh.
Referenced by svt::Solver< FV, KF >::~Solver().
|
protectedinherited |