Description
Provides linear algebra types and operations for Haskell, such as vectors, matrices, transformations, and related numeric structures. These are common building blocks for graphics, simulation, geometry, and scientific code.
Use it when a Haskell project needs mathematical operations over structured numeric data. It is a library and not an interactive calculator or plotting tool.