Skylark (Sketching Library)  0.1
Public Types | Public Member Functions
exact_solver_type< AlgTag > Struct Template Reference
Inheritance diagram for exact_solver_type< AlgTag >:
Inheritance graph
[legend]
Collaboration diagram for exact_solver_type< AlgTag >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef
skyalg::regression_solver_t
< regression_problem_type,
rhs_type, sol_type, AlgTag > 
base_type

Public Member Functions

 exact_solver_type (const regression_problem_type &problem)

Detailed Description

template<typename AlgTag>
struct exact_solver_type< AlgTag >

Definition at line 40 of file regression.cpp.


Member Typedef Documentation

template<typename AlgTag>
typedef skyalg::regression_solver_t< regression_problem_type, rhs_type, sol_type, AlgTag> exact_solver_type< AlgTag >::base_type

Definition at line 45 of file regression.cpp.


Constructor & Destructor Documentation

template<typename AlgTag>
exact_solver_type< AlgTag >::exact_solver_type ( const regression_problem_type problem) [inline]

Definition at line 47 of file regression.cpp.


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