lazysplines-0.1: Differential solving with lazy splines

Numeric.LazySplines

Synopsis

Documentation

class Sampleable a whereSource

Something that can be sampled.

Methods

at :: a -> Double -> DoubleSource

pickValue :: Double -> (a -> Double) -> [a] -> aSource

findValue :: Double -> (a -> Double) -> (Double -> a) -> aSource