Home | History | Annotate | Download | only in test

Lines Matching refs:cols

17     Index c  = internal::random<Index>(0,m2.cols()-1);
18 Index c1 = internal::random<Index>(0,m2.cols()-1);
28 Index c1 = internal::random<Index>(0,m2.cols()-1);
43 const Index cols = internal::random<Index>(1,n);
48 double density = (std::max)(8./(rows*cols), 0.1);
62 DenseMatrix refMat3 = DenseMatrix::Zero(depth, cols);
63 DenseMatrix refMat3t = DenseMatrix::Zero(cols, depth);
64 DenseMatrix refMat4 = DenseMatrix::Zero(rows, cols);
65 DenseMatrix refMat4t = DenseMatrix::Zero(cols, rows);
66 DenseMatrix refMat5 = DenseMatrix::Random(depth, cols);
72 SparseMatrixType m3 (depth, cols);
73 SparseMatrixType m3t(cols, depth);
74 SparseMatrixType m4 (rows, cols);
75 SparseMatrixType m4t(cols, rows);
127 ColSpVector cv0(cols), cv1;
128 DenseVector dcv0(cols), dcv1;
144 DenseMatrix refM2 = DenseMatrix::Zero(rows, cols);
145 DenseMatrix refM3 = DenseMatrix::Zero(rows, cols);
146 DenseMatrix d3 = DenseMatrix::Zero(rows, cols);
147 DiagonalMatrix<Scalar,Dynamic> d1(DenseVector::Random(cols));
149 SparseMatrixType m2(rows, cols);
150 SparseMatrixType m3(rows, cols);
159 DenseVector v1 = DenseVector::Random(cols);