Home | History | Annotate | Download | only in SparseCholesky

Lines Matching refs:cols

99     inline Index cols() const { return m_matrix.cols(); }
145 s << " L: " << ((total+=(m_matrix.cols()+1) * sizeof(int) + m_matrix.nonZeros()*(sizeof(int)+sizeof(Scalar))) >> 20) << "Mb" << "\n";
196 eigen_assert(matrix.rows()==matrix.cols());
197 Index size = matrix.cols();
208 eigen_assert(a.rows()==a.cols());
209 Index size = a.cols();
232 eigen_assert(a.rows()==a.cols());
233 Index size = a.cols();
652 eigen_assert(a.rows()==a.cols());