sparse-linear-algebra-0.2.9: Sparse linear algebra algorithms and datastructures for scientific computation, in native Haskell. Iterative linear solvers, matrix factorizations, linear eigensolvers and related utilities.

Safe HaskellNone
LanguageHaskell2010

Control.Exception.Common

Synopsis

Documentation

checkIxBound :: MonadThrow m => String -> Int -> UB -> m a -> m a Source #