61 template<
typename FV,
typename KF>
72 Solver<FV,KF>::Solve(l,Q,b,y,alpha,Cp,Cn,eps,si,shrinking,
77 int select_working_set(
int &i,
int &j);
78 double calculate_rho();
83 #include "Solver_NU.icc"
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)
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)
const Kernel< FV, KF > * Q