![]() |
|
#include "main.h"
Classes | |
struct | TestMethodDispatching< Scalar, is_integer > |
struct | TestMethodDispatching< Scalar, 1 > |
Macros | |
#define | CHECK_MIXSCALAR_V5_APPROX(V, A0, A1, A2, A3, A4) |
#define | CHECK_MIXSCALAR_V5(VEC5, A0, A1, A2, A3, A4) |
Functions | |
template<typename Vec4 , typename Vec5 > | |
void | fixedsizeVariadicVectorConstruction2 () |
template<int > | |
void | fixedsizeVariadicVectorConstruction3 () |
template<typename Scalar > | |
void | fixedsizeVariadicVectorConstruction () |
template<typename Scalar > | |
void | initializerListVectorConstruction () |
template<typename Scalar > | |
void | initializerListMatrixConstruction () |
template<typename Scalar > | |
void | initializerListArrayConstruction () |
template<typename Scalar > | |
void | dynamicVectorConstruction () |
EIGEN_DECLARE_TEST (initializer_list_construction) | |
#define CHECK_MIXSCALAR_V5 | ( | VEC5, | |
A0, | |||
A1, | |||
A2, | |||
A3, | |||
A4 | |||
) |
#define CHECK_MIXSCALAR_V5_APPROX | ( | V, | |
A0, | |||
A1, | |||
A2, | |||
A3, | |||
A4 | |||
) |
void dynamicVectorConstruction | ( | ) |
References i, size, v, VERIFY, and VERIFY_IS_EQUAL.
Referenced by EIGEN_DECLARE_TEST().
EIGEN_DECLARE_TEST | ( | initializer_list_construction | ) |
References CALL_SUBTEST_1, CALL_SUBTEST_2, CALL_SUBTEST_3, CALL_SUBTEST_4, CALL_SUBTEST_5, CALL_SUBTEST_6, dynamicVectorConstruction(), fixedsizeVariadicVectorConstruction(), initializerListArrayConstruction(), initializerListMatrixConstruction(), and initializerListVectorConstruction().
void fixedsizeVariadicVectorConstruction | ( | ) |
References CALL_SUBTEST, and fixedsizeVariadicVectorConstruction2().
Referenced by EIGEN_DECLARE_TEST().
void fixedsizeVariadicVectorConstruction2 | ( | ) |
References v, v2(), and VERIFY_IS_APPROX.
Referenced by fixedsizeVariadicVectorConstruction().
void fixedsizeVariadicVectorConstruction3 | ( | ) |
References CHECK_MIXSCALAR_V5.
void initializerListArrayConstruction | ( | ) |
References a, i, j, k, m, m2(), VERIFY, and VERIFY_IS_APPROX.
Referenced by EIGEN_DECLARE_TEST().
void initializerListMatrixConstruction | ( | ) |
References i, j, k, m, m2(), VERIFY, and VERIFY_IS_EQUAL.
Referenced by EIGEN_DECLARE_TEST().
void initializerListVectorConstruction | ( | ) |
References a, Eigen::placeholders::all, k, m, VERIFY, and VERIFY_IS_EQUAL.
Referenced by EIGEN_DECLARE_TEST().