@hackage sparse-linear-algebra0.2.9.9

Numerical computing in native Haskell

Overview

The sparse-linear-algebra library provides iterative linear solvers, matrix decompositions, eigenvalue algorithms and related utilities. The user interface is provided by the top-level module Numeric.LinearAlgebra.Sparse:

import           Numeric.LinearAlgebra.Sparse

Please refer to the README file for usage examples.