Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. c'git_cvar_map'map_value :: C'git_cvar_map -> CInt

    hlibgit2 Bindings.Libgit2.Config

    No documentation available.

  2. c'git_cvar_map'str_match :: C'git_cvar_map -> CString

    hlibgit2 Bindings.Libgit2.Config

    No documentation available.

  3. p'git_config_get_mapped :: FunPtr (Ptr CInt -> Ptr C'git_config -> CString -> Ptr C'git_cvar_map -> CSize -> IO CInt)

    hlibgit2 Bindings.Libgit2.Config

    No documentation available.

  4. p'git_config_lookup_map_value :: FunPtr (Ptr CInt -> Ptr C'git_cvar_map -> CSize -> CString -> IO CInt)

    hlibgit2 Bindings.Libgit2.Config

    No documentation available.

  5. p'git_cvar_map'cvar_type :: Ptr C'git_cvar_map -> Ptr C'git_cvar_t

    hlibgit2 Bindings.Libgit2.Config

    No documentation available.

  6. p'git_cvar_map'map_value :: Ptr C'git_cvar_map -> Ptr CInt

    hlibgit2 Bindings.Libgit2.Config

    No documentation available.

  7. p'git_cvar_map'str_match :: Ptr C'git_cvar_map -> Ptr CString

    hlibgit2 Bindings.Libgit2.Config

    No documentation available.

  8. dmmap :: forall (n :: Nat) (m :: Nat) field (vec :: Nat -> Type) mat s . (KnownNat n, KnownNat m, Domain field vec mat, Num (mat n m), Backprop (mat n m), Backprop field, Reifies s W) => (forall s' . Reifies s' W => BVar s' field -> BVar s' field) -> BVar s (mat n m) -> BVar s (mat n m)

    hmatrix-backprop Numeric.LinearAlgebra.Static.Backprop

    Note: Potentially less performant than mmap'.

  9. dvmap :: forall (n :: Nat) field vec (mat :: Nat -> Nat -> Type) s . (KnownNat n, Domain field vec mat, Num (vec n), Backprop (vec n), Backprop field, Reifies s W) => (forall s' . Reifies s' W => BVar s' field -> BVar s' field) -> BVar s (vec n) -> BVar s (vec n)

    hmatrix-backprop Numeric.LinearAlgebra.Static.Backprop

    Note: Potentially less performant than vmap'.

  10. mmap :: forall (n :: Nat) (m :: Nat) s . (KnownNat n, KnownNat m, Reifies s W) => (BVar s ℝ -> BVar s ℝ) -> BVar s (L n m) -> BVar s (L n m)

    hmatrix-backprop Numeric.LinearAlgebra.Static.Backprop

    Note: if possible, use the potentially much more performant mmap'.

Page 1182 of many | Previous | Next