boltzmann-samplers-0.1.0.0: Uniform random generators

Safe HaskellNone
LanguageHaskell2010

Boltzmann.Solver

Description

Solve systems of equations

Synopsis

Documentation

findZero :: SolveArgs -> (forall s. Vector (AD s (Forward R)) -> Vector (AD s (Forward R))) -> Vector R -> Maybe (Vector R) Source #

fixedPoint :: SolveArgs -> (forall a. (Mode a, Scalar a ~ R) => Vector a -> Vector a) -> Vector R -> Maybe (Vector R) Source #

search :: (Double -> a) -> (a -> Bool) -> (Double, a) Source #

Assuming p . f is satisfied only for positive values in some interval (0, r], find f r.