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