
Agar-Math (or "ag_math") is a general-purpose math library
with focus on
performance and portability.
It implements common structures and operations in basic linear algebra,
complex numbers and computational geometry. The library can be compiled
with support for different architecture extensions (SSE, Altivec) and
different solver backends (e.g.,
Sparse for sparse
matrices), while providing a consistent interface.
ag_math includes additional widgets such as
M_Plotter and
M_Matview.
ag_math comes with the Agar distribution
but is compiled as a separate library.
Applications should link against `agar-math-config --libs`
(or ag_math.dll
on Windows).
Documentation: Online Manual