We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a44245e commit 92abea3Copy full SHA for 92abea3
test/svd.jl
@@ -22,7 +22,7 @@ using MatrixAlgebraKit: TruncationKeepAbove, diagview
22
minmn = min(m, n)
23
A = randn(rng, T, m, n)
24
25
- if VERSION < v"1.12"
+ if VERSION < v"1.11"
26
# This is type unstable on older versions of Julia.
27
U, S, Vᴴ = svd_compact(A; alg)
28
else
0 commit comments