slope 6.2.1
Loading...
Searching...
No Matches
eigen_compat.h
Go to the documentation of this file.
1
6#pragma once
7
8#include <Eigen/Core>
9
10namespace slope {
11
12#if EIGEN_VERSION_AT_LEAST(5, 0, 0)
13using Eigen::placeholders::all;
14using Eigen::placeholders::last;
15#else
16using Eigen::all;
17using Eigen::last;
18#endif
19
20} // namespace slope
Namespace containing SLOPE regression implementation.
Definition clusters.h:11