Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. hessianProduct' :: (Traversable f, Num a) => (forall s . () => f (AD s (On (Forward (Forward a)))) -> AD s (On (Forward (Forward a)))) -> f (a, a) -> f (a, a)

    ad Numeric.AD.Mode.Forward

    Compute the gradient and hessian product using forward-on-forward-mode AD.

  2. hessianProduct :: (Traversable f, Num a) => (f (On (Forward (Forward a))) -> On (Forward (Forward a))) -> f (a, a) -> f a

    ad Numeric.AD.Rank1.Forward

    Compute the product of a vector with the Hessian using forward-on-forward-mode AD.

  3. hessianProduct' :: (Traversable f, Num a) => (f (On (Forward (Forward a))) -> On (Forward (Forward a))) -> f (a, a) -> f (a, a)

    ad Numeric.AD.Rank1.Forward

    Compute the gradient and hessian product using forward-on-forward-mode AD.

  4. getProduct :: Product a -> a

    base-compat-batteries Data.Monoid.Compat

    No documentation available.

  5. getProduct :: Product a -> a

    base-compat-batteries Data.Semigroup.Compat

    No documentation available.

  6. enumerationOrProductError :: String -> Q a

    deriving-compat Data.Deriving.Internal

    No documentation available.

  7. isProductType :: NonEmpty ConstructorInfo -> Bool

    deriving-compat Data.Deriving.Internal

    Returns True if it's a datatype with exactly one, non-existential constructor.

  8. gbcsProduct :: forall prox proxy (p :: k) . GBCSProduct f g z e yf yg => prox '(yf, yg) -> proxy '(z, e) -> IfM yf Weighted (Proxy :: Type -> Type) (f p) -> IfM yg Weighted (Proxy :: Type -> Type) (g p) -> IfM (yf &&? yg) Weighted (Proxy :: Type -> Type) ((f :*: g) p)

    generic-random Generic.Random.Internal.BaseCase

    No documentation available.

  9. class GAProduct (s :: Sizing) (c :: Maybe Symbol) opts (f :: k -> Type)

    generic-random Generic.Random.Internal.Generic

    No documentation available.

  10. class GAProduct' (c :: Maybe Symbol) (i :: Nat) opts (f :: k -> Type)

    generic-random Generic.Random.Internal.Generic

    No documentation available.

Page 119 of many | Previous | Next