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