Go to the source code of this file.
Namespaces | |
Eigen | |
Namespace containing all symbols from the Eigen library. | |
Eigen::internal | |
Macros | |
#define | EIGEN_TPL_PP_SPEC_HACK_DEF(mt, n) |
#define | EIGEN_TPL_PP_SPEC_HACK_DEFC(mt, n) |
#define | EIGEN_TPL_PP_SPEC_HACK_USE(n) |
#define | EIGEN_TPL_PP_SPEC_HACK_USEC(n) |
Functions | |
template<std::size_t I_, class T > | |
constexpr T & | Eigen::internal::array_get (std::vector< T > &a) |
template<std::size_t I_, class T > | |
constexpr T && | Eigen::internal::array_get (std::vector< T > &&a) |
template<std::size_t I_, class T > | |
constexpr T const & | Eigen::internal::array_get (std::vector< T > const &a) |
#define EIGEN_TPL_PP_SPEC_HACK_DEF | ( | mt, | |
n | |||
) |
Definition at line 74 of file CXX11Workarounds.h.
#define EIGEN_TPL_PP_SPEC_HACK_DEFC | ( | mt, | |
n | |||
) |
Definition at line 75 of file CXX11Workarounds.h.
#define EIGEN_TPL_PP_SPEC_HACK_USE | ( | n | ) |
Definition at line 76 of file CXX11Workarounds.h.
#define EIGEN_TPL_PP_SPEC_HACK_USEC | ( | n | ) |
Definition at line 77 of file CXX11Workarounds.h.