![]() |
|
Classes | |
struct | RandomImpl< T > |
struct | RandomImpl< Eigen::SparseMatrix< Scalar, Options, DenseIndex > > |
struct | RandomImpl< Eigen::SparseVector< Scalar, Options, DenseIndex > > |
struct | MyPodType |
Functions | |
void | test_pod_type () |
template<typename T > | |
void | test_eigen_type (const T &type) |
template<typename T1 , typename T2 , typename T3 > | |
void | test_dense_types (const T1 &type1, const T2 &type2, const T3 &type3) |
EIGEN_DECLARE_TEST (serializer) | |
EIGEN_DECLARE_TEST | ( | serializer | ) |
References CALL_SUBTEST, Eigen::g_repeat, i, test_dense_types(), test_eigen_type(), and test_pod_type().
void test_dense_types | ( | const T1 & | type1, |
const T2 & | type2, | ||
const T3 & | type3 | ||
) |
References Eigen::deserialize(), Eigen::placeholders::end, Eigen::serialize(), Eigen::serialize_size(), VERIFY, VERIFY_IS_CWISE_EQUAL, Global_parameters::x1(), and Global_parameters::x2().
Referenced by EIGEN_DECLARE_TEST().
void test_eigen_type | ( | const T & | type | ) |
References cols, RandomImpl< T >::Create(), Eigen::placeholders::end, rows, compute_granudrum_aor::type, VERIFY, VERIFY_IS_CWISE_EQUAL, and VERIFY_IS_EQUAL.
Referenced by EIGEN_DECLARE_TEST().
void test_pod_type | ( | ) |
References Eigen::placeholders::end, VERIFY, VERIFY_IS_EQUAL, MyPodType::x, MyPodType::y, and MyPodType::z.
Referenced by EIGEN_DECLARE_TEST().