biohazard-0.6.5: bioinformatics support library

Safe HaskellNone
LanguageHaskell98

Bio.Util.AD2

Synopsis

Documentation

data AD2 Source

Simple forward-mode AD to get a scalar valued function with gradient and Hessian.

Constructors

C2 !Double 
D2 !Double !(Vector Double) !(Vector Double)