@hackage / linear-massiv

Type-safe numerical linear algebra backed by massiv arrays

Latest0.1.0.5

About

Metadata

  • Last updated , by nyc
  • License BSD-3-Clause
  • Categories Mathematics
  • Maintained by: Nadia Yvette Chambers <nadia.yvette.chambers@gmail.com>

  • Lottery factor: 1

Links

Installation

Readme

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.