Go to the documentation of this file.
11 #ifndef EIGEN_INTEGRAL_CONSTANT_H
12 #define EIGEN_INTEGRAL_CONSTANT_H
58 #ifndef EIGEN_INTERNAL_DEBUGGING
80 #if EIGEN_HAS_CXX14_VARIABLE_TEMPLATES
84 VariableAndFixedInt<N>
operator() (
int val)
const {
return VariableAndFixedInt<N>(val); }
90 FixedInt(std::integral_constant<int,N>) {}
123 template<
int N>
class VariableAndFixedInt
151 template<
typename T,
int N,
int Default>
185 #ifndef EIGEN_PARSED_BY_DOXYGEN
187 #if EIGEN_HAS_CXX14_VARIABLE_TEMPLATES
189 static const internal::FixedInt<N>
fix{};
196 template<
int N,
typename T>
200 #else // EIGEN_PARSED_BY_DOXYGEN
235 static const auto fix();
266 static const auto fix(
int val);
268 #endif // EIGEN_PARSED_BY_DOXYGEN
272 #endif // EIGEN_INTEGRAL_CONSTANT_H
#define EIGEN_DEVICE_FUNC
Namespace containing all symbols from the Eigen library.
EIGEN_DEVICE_FUNC Index get_runtime_value(const T &x)
State class representing the state of the Biased Attitude System.
set noclip points set clip one set noclip two set bar set border lt lw set xdata set ydata set zdata set x2data set y2data set boxwidth set dummy x
internal::FixedInt< N > fix()
FixedInt< N+M > operator+(FixedInt< M >) const
VariableAndFixedInt(int val)
#define eigen_internal_assert(x)
#define EIGEN_UNUSED_VARIABLE(var)
FixedInt< N *M > operator*(FixedInt< M >) const
internal::enable_if< internal::valid_indexed_view_overload< RowIndices, ColIndices >::value &&internal::traits< typename EIGEN_INDEXED_VIEW_METHOD_TYPE< RowIndices, ColIndices >::type >::ReturnAsIndexedView, typename EIGEN_INDEXED_VIEW_METHOD_TYPE< RowIndices, ColIndices >::type >::type operator()(const RowIndices &rowIndices, const ColIndices &colIndices) EIGEN_INDEXED_VIEW_METHOD_CONST
FixedInt< N-M > operator-(FixedInt< M >) const
FixedInt< N &M > operator&(FixedInt< M >) const
FixedInt< N|M > operator|(FixedInt< M >) const
FixedInt< N/M > operator/(FixedInt< M >) const
FixedInt<-N > operator-() const
FixedInt< N%M > operator%(FixedInt< M >) const
FixedInt(FixedInt< N >(*)())
FixedInt(VariableAndFixedInt< N > other)
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.
gtsam
Author(s):
autogenerated on Wed May 28 2025 03:01:28