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 e7c086b commit fabe13cCopy full SHA for fabe13c
README.md
@@ -39,6 +39,8 @@ Note that the optional keyword argument `printout=true` prints out the
39
optimal multiplication order and the number of FLOPS in case you want
40
to investigate. It is `false` by default.
41
42
+## When to use this
43
+
44
To test this package and see an example speedup on your system,
45
46
```julia
@@ -51,8 +53,6 @@ evaluates left-to-right instead of optimally). It is certainly
51
53
possible to see speedups of one or two orders of magnitude through the
52
54
use of the optimal operation order generated here.
55
-## When to use this
-
56
If all matrices are the same size, the overhead of the optimization is
57
not worth the (non-existing) benefit.
58
0 commit comments