Home | History | Annotate | Download | only in test

Lines Matching full:rows

53   const Index rows = ref.rows();
58 double density = (std::max)(8./(rows*cols), 0.01);
63 SparseMatrixType m(rows, cols);
64 DenseMatrix refMat = DenseMatrix::Zero(rows, cols);
65 DenseVector vec1 = DenseVector::Random(rows);
118 SparseMatrixType m1(rows,cols), m2(rows,cols);
119 DenseMatrix refM1 = DenseMatrix::Zero(rows, rows);