mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Add R-Bidiagonalization step to BDCSVD
This commit is contained in:
committed by
Rasmus Munk Larsen
parent
e99163e732
commit
705ae70646
@@ -430,7 +430,9 @@ enum QRPreconditioners {
|
||||
/** Use a QR decomposition without pivoting as the first step. */
|
||||
HouseholderQRPreconditioner = 0x80,
|
||||
/** Use a QR decomposition with full pivoting as the first step. */
|
||||
FullPivHouseholderQRPreconditioner = 0xC0
|
||||
FullPivHouseholderQRPreconditioner = 0xC0,
|
||||
/** Used to disable the QR Preconditioner in BDCSVD. */
|
||||
DisableQRDecomposition = NoQRPreconditioner
|
||||
};
|
||||
|
||||
#ifdef Success
|
||||
|
||||
Reference in New Issue
Block a user