g2o
Loading...
Searching...
No Matches
Public Types | List of all members
Eigen::NumTraits< g2o::ceres::Jet< T, N > >::Div< Vectorized > Struct Template Reference

#include <jet.h>

Public Types

enum  { AVX = false , Cost = 3 }
 

Detailed Description

template<typename T, int N>
template<bool Vectorized>
struct Eigen::NumTraits< g2o::ceres::Jet< T, N > >::Div< Vectorized >

Definition at line 972 of file jet.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename T , int N>
template<bool Vectorized>
anonymous enum
Enumerator
AVX 
Cost 

Definition at line 973 of file jet.h.

973 {
974#if defined(EIGEN_VECTORIZE_AVX)
975 AVX = true, // NOLINT
976#else
977 AVX = false, // NOLINT
978#endif
979
980 // Assuming that for Jets, division is as expensive as
981 // multiplication.
982 Cost = 3 // NOLINT
983 };

The documentation for this struct was generated from the following file: