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. (><.) :: (MonadThrow m, Numeric r e, Manifest r e) => Vector r e -> Matrix r e -> m (Vector r e)

    massiv Data.Massiv.Array.Numeric

    Multiply a row vector by a matrix. Same as ><! but produces monadic computation that allows for handling failure. Throws Exception: SizeMismatchException when inner dimensions of arrays do not match.

  2. (:.) :: Int -> Int -> Ix2

    massiv Data.Massiv.Core.Index

    No documentation available.

  3. data m :+. n

    monoid-extras Data.Semigroup.Coproduct

    m :+. n is the coproduct of semigroups m and n. Values of type m :+. n consist of alternating non-empty lists of m and n values. Composition is list concatenation, with appropriate combining of adjacent elements

  4. newtype ((f :: k2 -> Type) :.: (g :: k1 -> k2)) (p :: k1)

    protolude Protolude

    Composition of functors

  5. (<.>) :: Semiring m => m -> m -> m

    protolude Protolude.Semiring

    No documentation available.

  6. (*.) :: (Integral i, RealFrac r) => DecimalRaw i -> r -> DecimalRaw i

    Decimal Data.Decimal

    Multiply a DecimalRaw by a RealFrac value.

  7. (<*>.+) :: C x => T (v, v) (x -> a) -> (v -> x) -> T (v, v) a

    numeric-prelude Algebra.Additive

    addPair :: (Additive.C a, Additive.C b) => (a,b) -> (a,b) -> (a,b)
    addPair = Elem.run2 $ Elem.with (,) <*>.+  fst <*>.+  snd
    

  8. (<*>.-) :: C x => T (v, v) (x -> a) -> (v -> x) -> T (v, v) a

    numeric-prelude Algebra.Additive

    No documentation available.

  9. (<*>.-$) :: C x => T v (x -> a) -> (v -> x) -> T v a

    numeric-prelude Algebra.Additive

    No documentation available.

  10. (<*>.*>) :: C a x => T (a, v) (x -> c) -> (v -> x) -> T (a, v) c

    numeric-prelude Algebra.Module

    No documentation available.

Page 114 of many | Previous | Next