Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
hornerCoeffVector :: C a v => a -> [v] -> vnumeric-prelude MathObj.Polynomial.Core Horner's scheme for evaluating a polynomial in a module.
approximateArgVector :: (C a v, C v) => T a -> v -> [v]numeric-prelude MathObj.PowerSeries Evaluate approximations that is evaluate all truncations of the series.
approximateCoeffVector :: C a v => T v -> a -> [v]numeric-prelude MathObj.PowerSeries Evaluate approximations that is evaluate all truncations of the series.
evaluateArgVector :: (C a v, C v) => T a -> v -> vnumeric-prelude MathObj.PowerSeries No documentation available.
evaluateCoeffVector :: C a v => T v -> a -> vnumeric-prelude MathObj.PowerSeries Evaluate (truncated) power series.
approximateArgVector :: (C a v, C v) => [a] -> v -> [v]numeric-prelude MathObj.PowerSeries.Core No documentation available.
approximateCoeffVector :: C a v => [v] -> a -> [v]numeric-prelude MathObj.PowerSeries.Core No documentation available.
evaluateArgVector :: (C a v, C v) => [a] -> v -> vnumeric-prelude MathObj.PowerSeries.Core No documentation available.
evaluateCoeffVector :: C a v => [v] -> a -> vnumeric-prelude MathObj.PowerSeries.Core No documentation available.
fromVector :: (Enum i, Ord i) => [Int] -> T inumeric-prelude Number.Physical.Unit Convert a List to sparse Map representation Example: [-1,0,-2] -> [(0,-1),(2,-2)]