Skylark (Sketching Library)  0.1
skylark::algorithms::regression_problem_t< InputMatrixType, RegressionType, PenaltyType, RegularizationType > Struct Template Reference

#include <regression_problem.hpp>


Detailed Description

template<typename InputMatrixType, typename RegressionType, typename PenaltyType, typename RegularizationType>
struct skylark::algorithms::regression_problem_t< InputMatrixType, RegressionType, PenaltyType, RegularizationType >

Describes a regression problem on a matrix (right hand side supplied when the solver is invoked). Actual content is specialized based on the input template tags

Template Parameters:
RegressionTypeTag specificying regression type, like linear_tag.
PenaltyTypeTag specificying the penalty function, like l2_tag.
InputMatrixTypeSpecifies input matrix type.

Definition at line 56 of file regression_problem.hpp.


The documentation for this struct was generated from the following file: