We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab13437 commit 5953909Copy full SHA for 5953909
1 file changed
test/algorithms.jl
@@ -2,7 +2,7 @@ using MatrixAlgebraKit
2
using Test
3
using TestExtras
4
using MatrixAlgebraKit: LAPACK_SVDAlgorithm, NoTruncation, PolarViaSVD, TruncatedAlgorithm,
5
- default_algorithm, select_algorithm
+ TruncationKeepBelow, default_algorithm, select_algorithm
6
7
@testset "default_algorithm" begin
8
A = randn(3, 3)
0 commit comments