From 9d55ae9fb81350e07e37d18ba1169a78f699fda5 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 1 Dec 2014 13:28:52 +0100 Subject: Add a Python interface. --- README | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README') 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 ======= -- cgit v1.2.3