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 987faf8 commit f0c6aeaCopy full SHA for f0c6aea
test/pdmtypes.jl
@@ -48,3 +48,5 @@ a = PDMat([1 0.5; 0.5 1])
48
@inferred whiten(a, ones(2))
49
@inferred unwhiten(a, ones(2))
50
51
+# convert Matrix type to the same Cholesky type (#117)
52
+@test PDMat([1 0; 0 1]) == [1.0 0.0; 0.0 1.0]
0 commit comments