DeepDarkFantasy-0.2017.8.8: A DSL for creating neural network.

Safe HaskellSafe
LanguageHaskell2010

DDF.Meta.FreeVector

Documentation

newtype FreeVector b d Source #

Constructors

FreeVector 

Fields

Instances

type DiffType v (FreeVector a b) Source # 
type DiffType v (FreeVector a b) = FreeVector (DiffType v a) (DiffType v b)
type Basis (FreeVector b Double) Source # 
type Basis (FreeVector b Double) = b