Lines Matching refs:cols
44 void fillSpdMatrix(float density, int rows, int cols, EigenSparseSelfAdjointMatrix& dst)
46 dst.startFill(rows*cols*density);
47 for(int j = 0; j < cols; j++)
80 int cols = SIZE;
84 VectorXf b = VectorXf::Random(cols);
85 VectorXf x = VectorXf::Random(cols);
92 EigenSparseSelfAdjointMatrix sm1(rows, cols);
94 fillSpdMatrix(density, rows, cols, sm1);
103 DenseMatrix m1(rows,cols);
117 for (int j=0; j<cols; ++j)
148 for (int j=0; j<cols; ++j)
167 std::vector<int> perm(cols);
169 for (int i=0; i<cols; ++i)
179 L = cholmod_analyze_p(&A, &perm[0], &perm[0], cols, &c);
199 // for (int j=0; j<cols; ++j)