SSE/TypeCasting.h File Reference

Go to the source code of this file.

Classes

struct  Eigen::internal::type_casting_traits< float, bool >
 
struct  Eigen::internal::type_casting_traits< bool, float >
 
struct  Eigen::internal::type_casting_traits< float, int >
 
struct  Eigen::internal::type_casting_traits< int, float >
 
struct  Eigen::internal::type_casting_traits< float, double >
 
struct  Eigen::internal::type_casting_traits< double, float >
 
struct  Eigen::internal::type_casting_traits< double, int >
 
struct  Eigen::internal::type_casting_traits< int, double >
 
struct  Eigen::internal::type_casting_traits< double, int64_t >
 
struct  Eigen::internal::type_casting_traits< int64_t, double >
 

Namespaces

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

Functions

template<>
EIGEN_STRONG_INLINE Packet16b Eigen::internal::pcast< Packet4f, Packet16b > (const Packet4f &a, const Packet4f &b, const Packet4f &c, const Packet4f &d)
 
template<>
EIGEN_STRONG_INLINE Packet4f Eigen::internal::pcast< Packet16b, Packet4f > (const Packet16b &a)
 
template<>
EIGEN_STRONG_INLINE Packet4i Eigen::internal::pcast< Packet4f, Packet4i > (const Packet4f &a)
 
template<>
EIGEN_STRONG_INLINE Packet4i Eigen::internal::pcast< Packet2d, Packet4i > (const Packet2d &a, const Packet2d &b)
 
template<>
EIGEN_STRONG_INLINE Packet2l Eigen::internal::pcast< Packet2d, Packet2l > (const Packet2d &a)
 
template<>
EIGEN_STRONG_INLINE Packet2d Eigen::internal::pcast< Packet2l, Packet2d > (const Packet2l &a)
 
template<>
EIGEN_STRONG_INLINE Packet4f Eigen::internal::pcast< Packet4i, Packet4f > (const Packet4i &a)
 
template<>
EIGEN_STRONG_INLINE Packet4f Eigen::internal::pcast< Packet2d, Packet4f > (const Packet2d &a, const Packet2d &b)
 
template<>
EIGEN_STRONG_INLINE Packet2d Eigen::internal::pcast< Packet4i, Packet2d > (const Packet4i &a)
 
template<>
EIGEN_STRONG_INLINE Packet2d Eigen::internal::pcast< Packet4f, Packet2d > (const Packet4f &a)
 
template<>
EIGEN_STRONG_INLINE Packet2d Eigen::internal::preinterpret< Packet2d, Packet4f > (const Packet4f &a)
 
template<>
EIGEN_STRONG_INLINE Packet4f Eigen::internal::preinterpret< Packet4f, Packet2d > (const Packet2d &a)
 
template<>
EIGEN_STRONG_INLINE Packet4i Eigen::internal::preinterpret< Packet4i, Packet4f > (const Packet4f &a)
 
template<>
EIGEN_STRONG_INLINE Packet4f Eigen::internal::preinterpret< Packet4f, Packet4i > (const Packet4i &a)
 
template<>
EIGEN_STRONG_INLINE Packet2d Eigen::internal::preinterpret< Packet2d, Packet4i > (const Packet4i &a)
 
template<>
EIGEN_STRONG_INLINE Packet2d Eigen::internal::preinterpret< Packet2d, Packet2l > (const Packet2l &a)
 
template<>
EIGEN_STRONG_INLINE Packet2l Eigen::internal::preinterpret< Packet2l, Packet2d > (const Packet2d &a)
 
template<>
EIGEN_STRONG_INLINE Packet4i Eigen::internal::preinterpret< Packet4i, Packet2d > (const Packet2d &a)
 
template<>
EIGEN_STRONG_INLINE Packet4ui Eigen::internal::preinterpret< Packet4ui, Packet4i > (const Packet4i &a)
 
template<>
EIGEN_STRONG_INLINE Packet4i Eigen::internal::preinterpret< Packet4i, Packet4ui > (const Packet4ui &a)