Skip to content

Commit 57b4fe3

Browse files
committed
update algorithm list
1 parent 712f3c9 commit 57b4fe3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/interface/decompositions.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,8 @@ const GPU_SVDAlgorithm = Union{CUSOLVER_SVDAlgorithm, ROCSOLVER_SVDAlgorithm}
411411
const GPU_SVDPolar = Union{CUSOLVER_SVDPolar}
412412
const GPU_Randomized = Union{CUSOLVER_Randomized}
413413

414-
const QRAlgorithms = Union{LAPACK_HouseholderQR, CUSOLVER_HouseholderQR, ROCSOLVER_HouseholderQR}
415-
const LQAlgorithms = Union{LAPACK_HouseholderLQ, LQViaTransposedQR}
414+
const QRAlgorithms = Union{Householder, LAPACK_HouseholderQR, Native_HouseholderQR, CUSOLVER_HouseholderQR, ROCSOLVER_HouseholderQR}
415+
const LQAlgorithms = Union{Householder, LAPACK_HouseholderLQ, Native_HouseholderLQ, LQViaTransposedQR}
416416
const SVDAlgorithms = Union{LAPACK_SVDAlgorithm, GPU_SVDAlgorithm}
417417
const PolarAlgorithms = Union{PolarViaSVD, PolarNewton}
418418

0 commit comments

Comments
 (0)