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 9a04bce commit 0213aa2Copy full SHA for 0213aa2
benchmark/driver.jl
@@ -21,7 +21,7 @@ end
21
22
# sizes = 23:23
23
sizes = 256:-1:2
24
-longsizes = 512:-1:2
+longsizes = 1024:-1:2
25
26
logdettriangle_bench = benchmark_logdettriangle(sizes); println("logdet(LowerTriangular(A)) benchmark results:"); println(logdettriangle_bench)
27
dot3_bench = benchmark_dot3(sizes); println("x' * A * y benchmark results:"); println(dot3_bench)
0 commit comments