Portability | portable |
---|---|
Stability | experimental |
Maintainer | mik@konecny.aow.cz |
Internal module for Data.Number.ER.RnToRm.UnitDom.ChebyshevBase.Polynom.
Implementation of safely rounded derivative of polynomials.
- chplDifferentiate :: (ERRealBase b, DomainBox box varid Int, Ord box) => ERChebPoly box b -> varid -> (ERChebPoly box b, ERChebPoly box b)
- ballDifferentiate :: (ERRealBase b, DomainBox box varid Int, Ord box) => ERChebPoly box b -> varid -> (ERChebPoly box b, b)
Documentation
:: (ERRealBase b, DomainBox box varid Int, Ord box) | |
=> ERChebPoly box b | |
-> varid | variable to differentiate over |
-> (ERChebPoly box b, ERChebPoly box b) |
Differentiate a polynomial using one of its variables.
:: (ERRealBase b, DomainBox box varid Int, Ord box) | |
=> ERChebPoly box b | |
-> varid | variable to differentiate over |
-> (ERChebPoly box b, b) |
Differentiate a polynomial using one of its variables.