Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. (|.+^|) :: forall (d1 :: [Factor Type]) (d2 :: [Factor Type]) f a (l :: LCSU Type) . (d1 @~ d2, Affine f, Num a) => Qu d1 l (f a) -> Qu d2 l (Diff f a) -> Qu d1 l (f a)

    units Data.Metrology.Linear

    Add a point to a vector.

  2. (|.-.|) :: forall (d1 :: [Factor Type]) (d2 :: [Factor Type]) f a (l :: LCSU Type) . (d1 @~ d2, Affine f, Num a) => Qu d1 l (f a) -> Qu d2 l (f a) -> Qu d1 l (Diff f a)

    units Data.Metrology.Linear

    Subtract point quantities.

  3. (|.-^|) :: forall (d1 :: [Factor Type]) (d2 :: [Factor Type]) f a (l :: LCSU Type) . (d1 @~ d2, Affine f, Num a) => Qu d1 l (f a) -> Qu d2 l (Diff f a) -> Qu d1 l (f a)

    units Data.Metrology.Linear

    Subract a vector from a point.

  4. (|.|) :: forall f a (d1 :: [Factor Type]) (l :: LCSU Type) (d2 :: [Factor Type]) . (Metric f, Num a) => Qu d1 l (f a) -> Qu d2 l (f a) -> Qu (Normalize (d1 @+ d2)) l a

    units Data.Metrology.Linear

    Take a inner (dot) product between two quantities.

  5. (%.) :: forall (dim :: [Factor Type]) (lcsu :: LCSU Type) unit n . (ValidDLU dim lcsu unit, VectorSpace n, Fractional (Scalar n)) => n -> unit -> Qu dim lcsu (Point n)

    units Data.Metrology.Vector

    Infix synonym of quOfPoint

  6. (|.+^|) :: forall (d1 :: [Factor Type]) (d2 :: [Factor Type]) n (l :: LCSU Type) . (d1 @~ d2, AffineSpace n) => Qu d1 l n -> Qu d2 l (Diff n) -> Qu d1 l n

    units Data.Metrology.Vector

    Add a point to a vector.

  7. (|.-.|) :: forall (d1 :: [Factor Type]) (d2 :: [Factor Type]) n (l :: LCSU Type) . (d1 @~ d2, AffineSpace n) => Qu d1 l n -> Qu d2 l n -> Qu d1 l (Diff n)

    units Data.Metrology.Vector

    Subtract point quantities.

  8. (|.-^|) :: forall (d1 :: [Factor Type]) (d2 :: [Factor Type]) n (l :: LCSU Type) . (d1 @~ d2, AffineSpace n) => Qu d1 l n -> Qu d2 l (Diff n) -> Qu d1 l n

    units Data.Metrology.Vector

    Subract a vector from a point.

  9. (|.|) :: forall n (d1 :: [Factor Type]) (l :: LCSU Type) (d2 :: [Factor Type]) . InnerSpace n => Qu d1 l n -> Qu d2 l n -> Qu (Normalize (d1 @+ d2)) l (Scalar n)

    units Data.Metrology.Vector

    Take a inner (dot) product between two quantities.

  10. (-.) :: ToClassName a => ClassName -> a -> ClassName

    web-view Web.View.Style

    Hyphenate classnames

Page 138 of many | Previous | Next