| 13 | class NuSMOSolver : public CSMOSolver { |
| 14 | public: |
| 15 | explicit NuSMOSolver(bool for_svr) : for_svr(for_svr) {}; |
| 16 | protected: |
| 17 | float_type |
| 18 | calculate_rho(const SyncArray<float_type> &f_val, const SyncArray<int> &y, SyncArray<float_type> &alpha, |
nothing calls this directly
no outgoing calls
no test coverage detected