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 277915a commit 391c8d1Copy full SHA for 391c8d1
test/generics.jl
@@ -23,7 +23,7 @@ for i in 1:length(pmats)
23
@test Matrix(pmats[i] * 3) == Matrix(pmatsa[i])
24
end
25
26
-# issue #123
+# issue #121
27
@test isposdef(PDMat([1.0 0.0; 0.0 1.0]))
28
@test isposdef(PDiagMat([1.0, 1.0]))
29
@test isposdef(ScalMat(2, 3.0))
0 commit comments