Lines Matching refs:cols
49 const int cols = ref.cols();
53 double density = std::max(8./(rows*cols), 0.01);
58 SparseMatrixType m(rows, cols);
59 DenseMatrix refMat = DenseMatrix::Zero(rows, cols);
87 int j = ei_random<int>(0,cols-1);
89 int w = ei_random<int>(1,cols-j-1);
111 for(int c=0; c<cols; c++)
167 DenseMatrix m1(rows,cols);
169 SparseMatrixType m2(rows,cols);
171 for (int j=0; j<cols; ++j)
186 SparseMatrixType m1(rows,cols), m2(rows,cols);