Hoogle Search
Within LTS Haskell 24.31 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
evaluateCoeffVector :: C a v => T v -> a -> vnumeric-prelude MathObj.Polynomial Here the coefficients are vectors, for example the coefficients are real and the coefficents are real vectors.
hornerArgVector :: (C a v, C v) => v -> [a] -> vnumeric-prelude MathObj.Polynomial.Core No documentation available.
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.