Home | History | Annotate | Download | only in LU

Lines Matching full:diagonal

37   * decomposition. The eigenvalues (diagonal coefficients) of U are sorted in such a way that any
151 * diagonal coefficient of U.
587 return Scalar(m_det_pq) * Scalar(m_lu.diagonal().prod());
653 * Thus, the diagonal of U ends with exactly
668 // the main diagonal. We need that to be able to apply our triangular solvers.