Lines Matching full:cols
17 Matrix<Scalar,Dynamic,Dynamic> aux(refMat.rows(),refMat.cols());
26 for (int j=0 ; j<sparseMat.cols(); ++j)
33 template<typename Scalar> void sparse_solvers(int rows, int cols)
35 double density = std::max(8./(rows*cols), 0.01);
48 SparseMatrix<Scalar> m2(rows, cols);
49 DenseMatrix refMat2 = DenseMatrix::Zero(rows, cols);
75 SparseMatrix<Scalar> m2(rows, cols);
76 DenseMatrix refMat2(rows, cols);
78 DenseVector b = DenseVector::Random(cols);
79 DenseVector refX(cols), x(cols);
116 SparseMatrix<Scalar> m2(rows, cols);
117 DenseMatrix refMat2(rows, cols);
119 DenseVector b = DenseVector::Random(cols);
120 DenseVector refX(cols), x(cols);
139 SparseMatrix<Scalar> m2(rows, cols);
140 DenseMatrix refMat2(rows, cols);
142 DenseVector b = DenseVector::Random(cols);
143 DenseVector refX(cols), x(cols);