Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. twoParticleRungeKuttaStep :: TwoParticleAccelerationFunction -> TimeStep -> TwoParticleSystemState -> TwoParticleSystemState

    learn-physics Physics.Learn

    Single Runge-Kutta step for two-particle system

  2. type TimeStep = Double

    learn-physics Physics.Learn.Mechanics

    A time step (in s).

  3. manyParticleRungeKuttaStep :: ManyParticleAccelerationFunction -> TimeStep -> ManyParticleSystemState -> ManyParticleSystemState

    learn-physics Physics.Learn.Mechanics

    Single Runge-Kutta step for many-particle system

  4. oneParticleRungeKuttaStep :: OneParticleAccelerationFunction -> TimeStep -> OneParticleSystemState -> OneParticleSystemState

    learn-physics Physics.Learn.Mechanics

    Single Runge-Kutta step

  5. simpleRungeKuttaStep :: SimpleAccelerationFunction -> TimeStep -> SimpleState -> SimpleState

    learn-physics Physics.Learn.Mechanics

    Single Runge-Kutta step

  6. twoParticleRungeKuttaStep :: TwoParticleAccelerationFunction -> TimeStep -> TwoParticleSystemState -> TwoParticleSystemState

    learn-physics Physics.Learn.Mechanics

    Single Runge-Kutta step for two-particle system

  7. bracketRootStep :: (Ord a, Fractional a) => (a -> a) -> ((a, a), (a, a)) -> ((a, a), (a, a))

    learn-physics Physics.Learn.RootFinding

    Given a bracketed root, return a half-width bracket.

  8. ReqSASLStep :: Key -> Value -> OpRequest

    memcache Database.Memcache.Types

    No documentation available.

  9. ResSASLStep :: OpResponse

    memcache Database.Memcache.Types

    No documentation available.

  10. type CoroutineStepResult (s :: Type -> Type) (m :: Type -> Type) r = Either s Coroutine s m r r

    monad-coroutine Control.Monad.Coroutine

    No documentation available.

Page 85 of many | Previous | Next