{-# OPTIONS_HADDOCK hide, ignore-exports #-} -- | -- Copyright : (c) Johannes Kropp -- License : BSD 3-Clause -- Maintainer : Johannes Kropp module Math.Nuha.Algorithms where {- TODO: import Data.Vector.Unboxed (Vector, Unbox) import Math.Nuha.Types import Math.Nuha.Numeric solveLin :: (Unbox a, Num a) => Array a -> Vector a -> Maybe (Vector a) {-# INLINE solveLin #-} -- ^ solve linear system solveLin = undefined -}