Home | History | Annotate | Download | only in SVD

Lines Matching full:preconditioner

62 /*** preconditioner using FullPivHouseholderQR ***/
149 /*** preconditioner using ColPivHouseholderQR ***/
245 /*** preconditioner using HouseholderQR ***/
471 * \li NoQRPreconditioner allows not to use a QR preconditioner at all. This is useful if you know that you will only be computing
472 * JacobiSVD decompositions of square matrices. Non-square matrices require a QR preconditioner. Using this option will result in
545 * available with the (non-default) FullPivHouseholderQR preconditioner.
564 * available with the (non-default) FullPivHouseholderQR preconditioner.
707 "JacobiSVD: can't compute thin U or thin V with the FullPivHouseholderQR preconditioner. "
708 "Use the ColPivHouseholderQR preconditioner instead.");