Lines Matching full:cols
16 int c = internal::random(0,m2.cols()-1);
17 int c1 = internal::random(0,m2.cols()-1);
26 int c1 = internal::random(0,m2.cols()-1);
41 const Index cols = internal::random<int>(1,n);
46 double density = (std::max)(8./(rows*cols), 0.01);
57 DenseMatrix refMat3 = DenseMatrix::Zero(depth, cols);
58 DenseMatrix refMat3t = DenseMatrix::Zero(cols, depth);
59 DenseMatrix refMat4 = DenseMatrix::Zero(rows, cols);
60 DenseMatrix refMat4t = DenseMatrix::Zero(cols, rows);
61 DenseMatrix refMat5 = DenseMatrix::Random(depth, cols);
67 SparseMatrixType m3 (depth, cols);
68 SparseMatrixType m3t(cols, depth);
69 SparseMatrixType m4 (rows, cols);
70 SparseMatrixType m4t(cols, rows);