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 0e57347 commit a994cc1Copy full SHA for a994cc1
README.md
@@ -22,6 +22,11 @@ Rust scientific computing for high accuracy single and multi-variable calculus
22
- Jacobians and Hessians
23
- Vector Field Calculus: Line and flux integrals, curl and divergence
24
- Approximation of any given equation to a linear or quadratic mode
25
+
26
27
28
+## Benchmarks
29
+See [BENCHMARKS.md](./BENCHMARKS.md)
30
31
32
## Table of Contents
@@ -397,9 +402,6 @@ for i in 0..function_matrix.len()
397
402
}
398
403
```
399
404
400
-## Benchmarks
401
-See [BENCHMARKS.md](./BENCHMARKS.md)
-
405
## Contributions Guide
406
See [CONTRIBUTIONS.md](./CONTRIBUTIONS.md)
407
0 commit comments