Description
A simple pure-Haskell implementation of dense linear algebra. It provides basic matrix and vector operations without relying on a full external numeric stack.
Developers use it for experiments, small calculations, tests, or projects where a lightweight pure implementation is enough. For large scientific workloads, performance and numerical stability should be evaluated carefully.