Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
type
VectorVolumeIntegral = VectorField -> Volume -> VecLPFP LPFP.ElectricField No documentation available.
module Data.MonadicStreamFunction.Instances.
VectorSpace VectorSpace instances for MSFs that produce vector spaces. This allows you to use vector operators with MSFs that output vectors, for example, you can write:
msf1 :: MSF Input (Double, Double) -- defined however you want msf2 :: MSF Input (Double, Double) -- defined however you want msf3 :: MSF Input (Double, Double) msf3 = msf1 ^+^ msf2
instead ofmsf3 = (msf1 &&& msf2) >>> arr (uncurry (^+^))
Instances are provided for the type class VectorSpace.type
VectorField = Position -> Veclearn-physics Physics.Learn A vector field associates a vector with each position in space.
type
VectorField = Position -> Veclearn-physics Physics.Learn.Position A vector field associates a vector with each position in space.
type
VectorCache s e = Cache Vector s emonad-memo Control.Monad.Memo MonadCache based on boxed vector
class MaybeLike e v =>
VectorMemo v e | v -> emonad-memo Control.Monad.Memo This is just to be able to infer the type of the VectorCache element.
type
VectorCache s e = Cache Vector s emonad-memo Control.Monad.Memo.Vector MonadCache based on boxed vector
class MaybeLike e v =>
VectorMemo v e | v -> emonad-memo Control.Monad.Memo.Vector This is just to be able to infer the type of the VectorCache element.
type
VectorCache s e = Cache Vector s emonad-memo Control.Monad.Memo.Vector.Expandable MonadCache based on boxed vector
class MaybeLike e v =>
VectorMemo v e | v -> emonad-memo Control.Monad.Memo.Vector.Expandable This is just to be able to infer the type of the VectorCache element.