| 
|   | Solver_NU ()=default | 
|   | 
| void  | Solve (int my_l, const QMatrix &my_Q, const double *my_p, const schar *my_y, double *my_alpha, double my_Cp, double my_Cn, double my_eps, SolutionInfo *my_si, int my_shrinking) | 
|   | 
|   | Solver ()=default | 
|   | 
| virtual  | ~Solver ()=default | 
|   | 
| 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) | 
|   | 
  
  
      
        
          | double Solver_NU::calculate_rho  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
overrideprivatevirtual   | 
  
 
Reimplemented from Solver.
References Solver::active_size, Solver::G, INF, Solver::is_lower_bound(), Solver::is_upper_bound(), max(), min(), Solver::SolutionInfo::r, basic::options::OptionKeys::motifs::r1, basic::options::OptionKeys::motifs::r2, si, and Solver::y.
 
 
  
  
      
        
          | void Solver_NU::do_shrinking  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
overrideprivatevirtual   | 
  
 
Reimplemented from Solver.
References Solver::active_size, be_shrunk(), Solver::eps, Solver::G, INF, Solver::is_lower_bound(), Solver::is_upper_bound(), Solver::l, max(), Solver::reconstruct_gradient(), Solver::swap_index(), Solver::unshrink, and Solver::y.
 
 
  
  
      
        
          | int Solver_NU::select_working_set  | 
          ( | 
          int &  | 
          i,  | 
         
        
           | 
           | 
          int &  | 
          j  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
overrideprivatevirtual   | 
  
 
Reimplemented from Solver.
References Solver::active_size, Solver::eps, Solver::G, QMatrix::get_Q(), basic::options::OptionKeys::in::in, INF, Solver::is_lower_bound(), Solver::is_upper_bound(), basic::options::OptionKeys::frags::j, max(), Solver::Q, Solver::QD, basic::options::OptionKeys::in::file::t, TAU, and Solver::y.
 
 
The documentation for this class was generated from the following file: