maedoc / libtvb

TVB C library
6 stars 8 forks source link

add support for expr-based components #99

Open maedoc opened 8 years ago

maedoc commented 8 years ago

97 Tweaking model equations is a fairly common use-case, so it's helpful to be able to evaluate arbitrary mathematical expressions, even if many commonly used equations are already hard-coded in C.

This pull request explores adding support using tinyexpr.