Skip to content

Commit

Permalink
Blurb for HCAR 2009-05 (http://www.haskell.org/communities/).
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornbm committed May 3, 2009
1 parent 086bbf3 commit c76af59
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions hcar.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
\documentclass{article}

\usepackage{hcar}

\begin{document}

\begin{hcarentry}{fad: Forward Automatic Differentiation}
\report{Bj\"orn Buckwalter}%05/09
\status{active}
\participants{Barak A.~Pearlmutter, Jeffrey Mark Siskind}% optional
\makeheader

%(WHAT IS IT?)
Fad is an attempt to make as comprehensive and usable a forward automatic differentiation (AD) library as is possible in Haskell.
Fad's defining quality is that it leverages Haskell's expressive type system to tackle the problem of perturbation confusion.

%(WHAT IS ITS STATUS? / WHAT HAS HAPPENED SINCE LAST TIME?)
Version 1.0 of fad was uploaded to Hackage on April 3. Recent changes can be found in the Git repository on GitHub.

%(CAN OTHERS GET IT?)

%(WHAT ARE THE IMMEDIATE PLANS?)

\FurtherReading
\url{http://github.com/bjornbm/fad}
\end{hcarentry}

\end{document}

0 comments on commit c76af59

Please sign in to comment.