Classes | |
| struct | packet_helper |
| struct | packet_helper< false, Packet > |
| struct | runall |
| struct | runall< Scalar, PacketType, false, false > |
| struct | runall< Scalar, PacketType, false, true > |
| struct | runall< Scalar, PacketType, true, false > |
| struct | runner |
| struct | runner< Scalar, PacketType, false, false > |
| struct | runner< Scalar, PacketType, true, false > |
| struct | runner< Scalar, PacketType, true, true > |
Functions | |
| template<typename Scalar > | |
| bool | areApprox (const Scalar *a, const Scalar *b, int size) |
| template<typename Scalar > | |
| bool | areApproxAbs (const Scalar *a, const Scalar *b, int size, const typename NumTraits< Scalar >::Real &refvalue) |
| template<typename Scalar > | |
| bool | areEqual (const Scalar *a, const Scalar *b, int size) |
| template<typename Scalar > | |
| EIGEN_DONT_INLINE bool | isApproxAbs (const Scalar &a, const Scalar &b, const typename NumTraits< Scalar >::Real &refvalue) |
| template<typename Scalar > | |
| void | print_mismatch (const Scalar *ref, const Scalar *vec, int size) |
| bool Eigen::test::areApprox | ( | const Scalar * | a, |
| const Scalar * | b, | ||
| int | size | ||
| ) |
Definition at line 99 of file packetmath_test_shared.h.
| bool Eigen::test::areApproxAbs | ( | const Scalar * | a, |
| const Scalar * | b, | ||
| int | size, | ||
| const typename NumTraits< Scalar >::Real & | refvalue | ||
| ) |
Definition at line 86 of file packetmath_test_shared.h.
| bool Eigen::test::areEqual | ( | const Scalar * | a, |
| const Scalar * | b, | ||
| int | size | ||
| ) |
Definition at line 113 of file packetmath_test_shared.h.
| EIGEN_DONT_INLINE bool Eigen::test::isApproxAbs | ( | const Scalar & | a, |
| const Scalar & | b, | ||
| const typename NumTraits< Scalar >::Real & | refvalue | ||
| ) |
Definition at line 76 of file packetmath_test_shared.h.
|
inline |
Definition at line 82 of file packetmath_test_shared.h.