HDIM
1.0.0
Packages for High Dimensional Linear Regression
Main Page
Related Pages
Classes
Files
File List
File Members
ista.cpp
1
//Explicit Instantiation of ISTA for Python Wrappers
2
3
#include "ista.hpp"
4
5
template
class
hdim::ISTA<float,hdim::internal::Solver<float>
>;
6
template
class
hdim::ISTA<float,hdim::internal::ScreeningSolver<float>
>;
7
8
template
class
hdim::ISTA<double,hdim::internal::Solver<double>
>;
9
template
class
hdim::ISTA<double,hdim::internal::ScreeningSolver<double>
>;
hdim::ISTA
Run the Iterative Shrinking and Thresholding Algorthim.
Definition:
ista.hpp:33
Solvers
SubGradientDescent
ISTA
ista.cpp
Generated by
1.8.11