HDIM  1.0.0
Packages for High Dimensional Linear Regression
fos.cpp
1 //Explicit Instantiation of FOS for Python Wrappers
2 
3 #include "fos.hpp"
4 
5 template class hdim::FOS<float>;
6 template class hdim::FOS<double>;
The main FOS algorithim.
Definition: fos.hpp:24