Skip to content

Commit a254717

Browse files
committed
Use explicit imports
1 parent bfc594a commit a254717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/factorizations/svd.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using MatrixAlgebraKit
1+
using MatrixAlgebraKit: MatrixAlgebraKit, svd_compact!, svd_full!
22

33
"""
44
BlockPermutedDiagonalAlgorithm(A::MatrixAlgebraKit.AbstractAlgorithm)

0 commit comments

Comments
 (0)