aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-12-01 13:28:52 +0100
committerAnton Khirnov <anton@khirnov.net>2014-12-01 13:28:52 +0100
commit9d55ae9fb81350e07e37d18ba1169a78f699fda5 (patch)
tree69fad0d5fcffb1f9274225359e2c92f4726f52d5 /README
parent67ca1a0ee0419c305dff9151c3f93205c553bd00 (diff)
Add a Python interface.
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 6f00bda..3125972 100644
--- a/README
+++ b/README
@@ -26,6 +26,11 @@ Usage
The public C API is described in the brill_data.h header.
+A simplistic Python wrapper using ctypes is also provided. It contains a single
+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.
+
Licence
=======