Home | History | Annotate | Download | only in Eigenvalues

Lines Matching refs:rows

121         m_temp(matrix.rows()),
124 if(matrix.rows()<2)
129 m_hCoeffs.resize(matrix.rows()-1,1);
155 if(matrix.rows()<2)
160 m_hCoeffs.resize(matrix.rows()-1,1);
238 .setLength(m_matrix.rows() - 1)
296 eigen_assert(matA.rows()==matA.cols());
297 Index n = matA.rows();
358 Index n = result.rows();
363 Index rows() const { return m_hess.packedMatrix().rows(); }