| /* ------------------------------------------------------------------------ | |
| * | |
| * @file elastic_net.hpp | |
| * | |
| * @brief Umbrella header that includes all elastic_net task headers | |
| * | |
| * ------------------------------------------------------------------------ */ | |
| #include "elastic_net_gaussian_igd.hpp" | |
| #include "elastic_net_gaussian_fista.hpp" | |
| #include "elastic_net_binomial_igd.hpp" | |
| #include "elastic_net_binomial_fista.hpp" | |
| #include "elastic_net_utils.hpp" |