Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
addNum :: Num a => a -> a -> abackprop Numeric.Backprop.Class -
backprop Numeric.Backprop.Class oneVecNum :: (Vector v a, Num a) => v a -> v abackprop Numeric.Backprop.Class one for instances of Vector when the contained type is an instance of Num. Is potentially more performant than oneVec when the vectors are larger. See NumVec for a Backprop instance for Vector instances that uses this for one.
-
backprop Numeric.Backprop.Class No documentation available.
runNumVec :: NumVec (v :: Type -> Type) a -> v abackprop Numeric.Backprop.Class No documentation available.
-
backprop Numeric.Backprop.Class zeroVecNum :: (Vector v a, Num a) => v a -> v abackprop Numeric.Backprop.Class zero for instances of Vector when the contained type is an instance of Num. Is potentially more performant than zeroVec when the vectors are larger. See NumVec for a Backprop instance for Vector instances that uses this for zero.
-
backprop Numeric.Backprop.Explicit If a type has a Num instance, this is the canonical AddFunc.
afNums :: forall (as :: [Type]) . RPureConstrained Num as => Rec AddFunc asbackprop Numeric.Backprop.Explicit ZeroFuncs for every item in a type level list based on their Num instances
-
backprop Numeric.Backprop.Explicit If a type has a Num instance, this is the canonical OneFunc.