IntegralConstant.h File Reference

Go to the source code of this file.

Classes

class  Eigen::internal::FixedInt< N >
 
class  Eigen::internal::VariableAndFixedInt< N >
 
struct  Eigen::internal::get_fixed_value< T, Default >
 
struct  Eigen::internal::get_fixed_value< FixedInt< N >, Default >
 
struct  Eigen::internal::get_fixed_value< VariableAndFixedInt< N >, Default >
 
struct  Eigen::internal::get_fixed_value< variable_if_dynamic< T, N >, Default >
 
struct  Eigen::internal::cleanup_index_type< T, DynamicKey, EnableIf >
 
struct  Eigen::internal::cleanup_index_type< T, DynamicKey, std::enable_if_t< internal::is_integral< T >::value > >
 
struct  Eigen::internal::cleanup_index_type< VariableAndFixedInt< N >, DynamicKey >
 
struct  Eigen::internal::cleanup_index_type< VariableAndFixedInt< DynamicKey >, DynamicKey >
 
struct  Eigen::internal::cleanup_index_type< std::integral_constant< int, N >, DynamicKey >
 

Namespaces

 Eigen
 Namespace containing all symbols from the Eigen library.
 
 Eigen::internal
 Namespace containing low-level routines from the Eigen library.
 

Functions

template<typename T >
EIGEN_DEVICE_FUNC Index Eigen::internal::get_runtime_value (const T &x)
 

Variables

template<int N>
constexpr internal::FixedInt< NEigen::fix {}