Home | History | Annotate | Download | only in test

Lines Matching full:rows

52   Index rows = m.rows(), cols = m.cols(), size = rows*cols;
62 Map<MatrixType, Aligned>(array1, rows, cols) = MatrixType::Ones(rows,cols);
63 Map<MatrixType>(array2, rows, cols) = Map<MatrixType>(array1, rows, cols);
64 Map<MatrixType>(array3unaligned, rows, cols) = Map<MatrixType>(array1, rows, cols);
65 MatrixType ma1 = Map<MatrixType>(array1, rows, cols);
66 MatrixType ma2 = Map<MatrixType, Aligned>(array2, rows, cols);
68 MatrixType ma3 = Map<MatrixType>(array3unaligned, rows, cols);