ivl
A C++ template library extending syntax towards mathematical notation
ivl is a full-header template C++98 math library with convenient yet powerful syntax. It extends classic C++ syntax towards mathematical notation while making use of the language's elements like classes, structs, operators and functions. Expression written using ivl are excessively optimized.
In other words, ivl allows writing simpler and more expressive statements using math-like formulas while taking care of optimizing them.
ivl features arrays, tuples and custom function-like objects...