@hackage linear-massiv0.1.0.5
Type-safe numerical linear algebra backed by massiv arrays
Categories
License
BSD-3-Clause
Maintainer
Nadia Yvette Chambers <nadia.yvette.chambers@gmail.com>
Links
Versions
Native Haskell implementations of algorithms from Golub & Van Loan's "Matrix Computations" (4th ed.) using massiv arrays as the backing store, with compile-time dimensional conformance via GHC type-level naturals. Extends the linear library's typeclasses for integration with existing code. . Co-authored by Claude Opus (Anthropic). This code should be considered a derived work of the various algorithmic examples and reference implementations drawn upon during development, including but not limited to LAPACK, OpenBLAS, and GVL4.