22 Index r = internal::random<Index>(0, rows-1),
r2 = internal::random<Index>(0, rows-1),
c = internal::random<Index>(0, cols-1);
26 VectorType
v1 = VectorType::Random(rows);
32 square = MatrixType::Zero(rows, rows);
33 square.diagonal() = VectorType::Ones(rows);
#define CALL_SUBTEST_4(FUNC)
#define CALL_SUBTEST_3(FUNC)
#define VERIFY_IS_APPROX(a, b)
EIGEN_DEVICE_FUNC const SquareReturnType square() const
#define CALL_SUBTEST_1(FUNC)
void miscMatrices(const MatrixType &m)
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.
#define VERIFY_IS_MUCH_SMALLER_THAN(a, b)
EIGEN_DECLARE_TEST(miscmatrices)
#define CALL_SUBTEST_5(FUNC)
#define CALL_SUBTEST_2(FUNC)
The matrix class, also used for vectors and row-vectors.