Home | History | Annotate | Download | only in Eigenvalues

Lines Matching full:rows

120         m_temp(matrix.rows()),
123 if(matrix.rows()<2)
128 m_hCoeffs.resize(matrix.rows()-1,1);
153 if(matrix.rows()<2)
158 m_hCoeffs.resize(matrix.rows()-1,1);
236 .setLength(m_matrix.rows() - 1)
294 assert(matA.rows()==matA.cols());
295 Index n = matA.rows();
357 Index n = result.rows();
362 Index rows() const { return m_hess.packedMatrix().rows(); }