10 #define EIGEN2_SUPPORT 24 Scalar s1 = internal::random<Scalar>(),
25 s2 = internal::random<Scalar>();
39 VERIFY_IS_EQUAL((m1.template corner<1,1>(TopLeft)), (m1.template block<1,1>(0,0)));
41 VERIFY_IS_EQUAL((m1.col(0).template start<1>()), (m1.col(0).segment(0,1)));
43 VERIFY_IS_EQUAL((m1.col(0).template end<1>()), (m1.col(0).segment(rows-1,1)));
Jet< T, N > ei_abs2(const Jet< T, N > &x)
#define CALL_SUBTEST_6(FUNC)
#define CALL_SUBTEST_4(FUNC)
Jet< T, N > cos(const Jet< T, N > &f)
EIGEN_DECLARE_TEST(eigen2support)
Jet< T, N > ei_cos(const Jet< T, N > &x)
void eigen2support(const MatrixType &m)
#define VERIFY_IS_APPROX(a, b)
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Abs2ReturnType abs2() const
#define VERIFY_IS_EQUAL(a, b)
const Jet< T, N > & ei_real(const Jet< T, N > &x)
#define CALL_SUBTEST_1(FUNC)
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.
#define CALL_SUBTEST_5(FUNC)
#define CALL_SUBTEST_2(FUNC)
The matrix class, also used for vectors and row-vectors.