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 8b2133d commit d9138d1Copy full SHA for d9138d1
test/triangular.jl
@@ -1,3 +1,5 @@
1
+srand()
2
+
3
@testset "Triangular-matrix multiplication" begin
4
for n in (1, 2, 3, 4),
5
eltyA in (Float64, Complex128, Int),
0 commit comments