blob: 4ec167c9734e76f84247ae9ea2d4092e01230f45 (
plain)
1
2
3
4
5
6
7
|
muparserx is an extensible high performance math expression parser
library written in C++ originally. Originally based on the muparser
engine it has evolved into a standalone project with a completely new
parsing engine.
Whereas muparser works only scalar data types, muparserx extends the
support to strings, vector and complex data as arrays and matrices.
|