327 Index startRow = internal::random<Index>(0, xpr.rows() / 5);
328 Index startCol = internal::random<Index>(0, xpr.cols() / 6);
338 Index r1 = internal::random<Index>(0,
rows - 1);
339 Index c1 = internal::random<Index>(0,
cols - 1);
340 Index r2 = internal::random<Index>(0,
rows - 1);
341 Index c2 = internal::random<Index>(0,
cols - 1);
int rows
Definition: Tutorial_commainit_02.cpp:1
int cols
Definition: Tutorial_commainit_02.cpp:1
SCALAR Scalar
Definition: bench_gemm.cpp:45
Expression of a fixed-size or dynamic-size block.
Definition: Block.h:110
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ConstUnwindReturnType unwind() const
Definition: Block.h:155
#define VERIFY_IS_CWISE_EQUAL(a, b)
Definition: main.h:375
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.
Definition: Meta.h:83
Definition: block.cpp:325
static void run(Xpr &xpr)
Definition: block.cpp:326