Package

purescript-linalg

Repository
gbagan/purescript-linalg
License
MIT
Uploaded by
gbagan
Published on
2022-05-14T14:53:54Z

A linear algebra library written in Purescript

currently supports

  • vectors and matrices
  • vector: addition, dot product, product by scalar, ...
  • matrix: addition, difference, product, transpose, inverse, determinant, kernel, image, ...
  • Gauss Jordan elimination