![]() |
|
Typedefs | |
using | Scalar = float |
using | TypedLTOp = internal::scalar_cmp_op< Scalar, Scalar, internal::cmp_LT, true > |
using | TypedLEOp = internal::scalar_cmp_op< Scalar, Scalar, internal::cmp_LE, true > |
using | TypedGTOp = internal::scalar_cmp_op< Scalar, Scalar, internal::cmp_GT, true > |
using | TypedGEOp = internal::scalar_cmp_op< Scalar, Scalar, internal::cmp_GE, true > |
using | TypedEQOp = internal::scalar_cmp_op< Scalar, Scalar, internal::cmp_EQ, true > |
using | TypedNEOp = internal::scalar_cmp_op< Scalar, Scalar, internal::cmp_NEQ, true > |
Functions | |
static void | test_orderings () |
static void | test_equality () |
static void | test_isnan () |
static void | test_isinf () |
static void | test_isfinite () |
EIGEN_DECLARE_TEST (cxx11_tensor_comparisons) | |
using Scalar = float |
EIGEN_DECLARE_TEST | ( | cxx11_tensor_comparisons | ) |
References CALL_SUBTEST, test_equality(), test_isfinite(), test_isinf(), test_isnan(), and test_orderings().
|
static |
References i, j, k, mat1(), Eigen::TensorBase< Derived, AccessLevel >::setRandom(), and VERIFY_IS_EQUAL.
Referenced by EIGEN_DECLARE_TEST().
|
static |
References i, constants::inf, isfinite, j, k, and VERIFY_IS_EQUAL.
Referenced by EIGEN_DECLARE_TEST().
|
static |
|
static |
|
static |
References i, j, k, mat1(), Eigen::TensorBase< Derived, AccessLevel >::setRandom(), and VERIFY_IS_EQUAL.
Referenced by EIGEN_DECLARE_TEST().