Skip to content

Commit fabe13c

Browse files
committed
Better README.
1 parent e7c086b commit fabe13c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ Note that the optional keyword argument `printout=true` prints out the
3939
optimal multiplication order and the number of FLOPS in case you want
4040
to investigate. It is `false` by default.
4141

42+
## When to use this
43+
4244
To test this package and see an example speedup on your system,
4345

4446
```julia
@@ -51,8 +53,6 @@ evaluates left-to-right instead of optimally). It is certainly
5153
possible to see speedups of one or two orders of magnitude through the
5254
use of the optimal operation order generated here.
5355

54-
## When to use this
55-
5656
If all matrices are the same size, the overhead of the optimization is
5757
not worth the (non-existing) benefit.
5858

0 commit comments

Comments
 (0)