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 93d84ed commit f9e7d61Copy full SHA for f9e7d61
test/partitions_and_static_arrays.jl
@@ -8,3 +8,6 @@ p = ArrayPartition((zeros(Float32, 2), zeros(SMatrix{2,2, Int64},2), zeros(SVect
8
9
p2 = similar(p)
10
@test typeof(p2)==typeof(p)
11
+
12
+p3 = ArrayPartition(SA[1.0, 2.0], MMatrix{2,2}([3.0 4.0; 3.0 5.0]))
13
+@test length(typeof(p3)) == 6
0 commit comments