Skip to content

Commit 1d67cad

Browse files
committed
remove factorization struct deprecations
1 parent 7c68aec commit 1d67cad

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

src/auxiliary/deprecate.jl

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -35,24 +35,6 @@ Base.@deprecate EuclideanProduct() EuclideanInnerProduct()
3535

3636
Base.@deprecate insertunit(P::ProductSpace, args...; kwargs...) insertleftunit(args...; kwargs...)
3737

38-
# Factorization structs
39-
@deprecate QR() MatrixAlgebraKit.LAPACK_HouseholderQR()
40-
@deprecate QRpos() MatrixAlgebraKit.LAPACK_HouseholderQR(; positive=true)
41-
42-
@deprecate QL() MatrixAlgebraKit.LAPACK_HouseholderQL()
43-
@deprecate QLpos() MatrixAlgebraKit.LAPACK_HouseholderQL(; positive=true)
44-
45-
@deprecate LQ() MatrixAlgebraKit.LAPACK_HouseholderLQ()
46-
@deprecate LQpos() MatrixAlgebraKit.LAPACK_HouseholderLQ(; positive=true)
47-
48-
@deprecate RQ() MatrixAlgebraKit.LAPACK_HouseholderRQ()
49-
@deprecate RQpos() MatrixAlgebraKit.LAPACK_HouseholderRQ(; positive=true)
50-
51-
@deprecate SDD() MatrixAlgebraKit.LAPACK_DivideAndConquer()
52-
@deprecate SVD() MatrixAlgebraKit.LAPACK_QRIteration()
53-
54-
@deprecate Polar() MatrixAlgebraKit.PolarViaSVD(MatrixAlgebraKit.LAPACK_DivideAndConquer())
55-
5638
# truncations
5739
const TruncationScheme = MatrixAlgebraKit.TruncationStrategy
5840
@deprecate truncdim(d::Int) truncrank(d)

0 commit comments

Comments
 (0)