A library to parse and evaluate mathematical expressions with inbuilt elementwise vector operations
$ dotnet add package VectorExpressionEngineThis library can be used to formulate mathematical expressions and evaluate them. The library can handle abitrary types, and it supports working with arrays/vectors in an elementwise maner (similar to MATLAB). This make working with array data, like time series, very fast.
The library is extendable, custom types can be handled and new functions and constants can be crated easily.