WPILibC++ 2023.4.3-108-ge5452e3
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< 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, typename internal::enable_if< internal::is_integral< T >::value >::type >
 
struct  Eigen::internal::cleanup_index_type< FixedInt< N >(*)(), DynamicKey >
 
struct  Eigen::internal::cleanup_index_type< VariableAndFixedInt< N >, DynamicKey >
 
struct  Eigen::internal::cleanup_index_type< VariableAndFixedInt< DynamicKey >, DynamicKey >
 

Namespaces

namespace  Eigen
 Namespace containing all symbols from the Eigen library.
 
namespace  Eigen::internal
 

Functions

template<typename T >
EIGEN_DEVICE_FUNC Index Eigen::internal::get_runtime_value (const T &x)
 
template<int N>
EIGEN_DEVICE_FUNC Index Eigen::internal::get_runtime_value (FixedInt< N >(*)())
 
template<int N>
internal::FixedInt< N > Eigen::fix ()
 
template<int N, typename T >
internal::VariableAndFixedInt< N > Eigen::fix (T val)