aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2023-01-11 17:55:44 +0100
committerAnton Khirnov <anton@khirnov.net>2023-01-11 17:56:54 +0100
commit85507ee56b3cbe027f3bccb6b8ff8c3578d22e77 (patch)
treeb6fb12b508965745bb71d021a9a0040ba78d7d61 /README
parentc701bf2a98e6416dd5cbdf84ddc79c76dd629b5d (diff)
Add a script for locating A_max
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index e41d2d5..a9333d4 100644
--- a/README
+++ b/README
@@ -39,6 +39,10 @@ public class that takes the C context options as keyword arguments and solves
the equation on initialization. The instance methods then allow to evaluate the
solution where needed.
+The following python scripts are bundled:
+- find_bound.py
+ Locates A_max using bisection
+
Licence
=======