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 decfe35 commit 02048c3Copy full SHA for 02048c3
test/linalg.jl
@@ -55,3 +55,5 @@ mat = Array(va)
55
@test size(va') == (size(va', 1), size(va', 2)) == (size(va, 2), size(va, 1))
56
@test all(va'[i] == mat'[i] for i in eachindex(mat'))
57
@test Array(va') == mat'
58
+
59
+@test !ArrayInterface.issingular(VectorOfArray([rand(2),rand(2)]))
0 commit comments