Skylark (Sketching Library)
0.1
|
00001 #ifndef SKYLARK_ACCELERATED_REGRESSION_SOLVER_HPP 00002 #define SKYLARK_ACCELERATED_REGRESSION_SOLVER_HPP 00003 00004 #include "../../config.h" 00005 00006 namespace skylark { 00007 namespace algorithms { 00008 00027 template <typename RegressionProblemType, 00028 typename RhsType, 00029 typename SolType, 00030 typename AlgTag> 00031 class accelerated_regression_solver_t { 00032 00033 }; 00034 00035 00036 } // namespace algorithms 00037 } // namespace skylark 00038 00039 00040 #include "accelerated_linearl2_regression_solver.hpp" 00041 00042 #endif // SKYLARK_ACCELERATED_REGRESSION_SOLVER_HPP