Skylark (Sketching Library)
0.1
|
#include <regression_solver.hpp>
Classical regression solver that solves the original problem.
A regression solver accepts a right-hand side and output a solution the the regression problem.
The regression problem is fixed, so it is a parameter of the function constructing the regressor. The top class is empty: real logic is in specializations.
RegressionProblemType | Type of regression problem solved. |
RhsType | Right-hand side matrix type. |
SolType | Solution matrix type. |
AlgTag | Tag specifying the algorithm used (tags differ based on problem). |
Definition at line 28 of file regression_solver.hpp.