Skylark (Sketching Library)  0.1
/var/lib/jenkins/jobs/Skylark/workspace/algorithms/regression/regression_solver.hpp
Go to the documentation of this file.
00001 #ifndef SKYLARK_REGRESSION_SOLVER_HPP
00002 #define SKYLARK_REGRESSION_SOLVER_HPP
00003 
00004 #include "../../config.h"
00005 
00006 namespace skylark {
00007 namespace algorithms {
00008 
00024 template <typename RegressionProblemType,
00025           typename RhsType,
00026           typename SolType,
00027           typename AlgTag>
00028 class regression_solver_t {
00029 
00030 };
00031 
00032 
00033 } // namespace algorithms
00034 } // namespace skylark
00035 
00036 
00037 #include "linearl2_regression_solver.hpp"
00038 
00039 #endif // SKYLARK_REGRESSION_SOLVER_HPP