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
10
namespace
slope
{
11
12
#if EIGEN_VERSION_AT_LEAST(5, 0, 0)
13
using
Eigen::placeholders::all;
14
using
Eigen::placeholders::last;
15
#else
16
using
Eigen::all;
17
using
Eigen::last;
18
#endif
19
20
}
// namespace slope
slope
Namespace containing SLOPE regression implementation.
Definition
clusters.h:11
include
slope
eigen_compat.h
Generated by
1.9.8