summaryrefslogtreecommitdiff
blob: c460d1f5fd6d5910177c0655a71b0d8a8b969ea5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer>
    <email>sci@gentoo.org</email>
    <name>Gentoo Science Project</name>
  </maintainer>
  <longdescription lang="en">
  We refer to the step by step conversion from an algorithm that
  computes function values to an algorithm that computes derivative
  values as Algorithmic Differentiation (AD); often referred to as
  automatic differentiation. Given a C++ algorithm that computes
  function values, CppAD generates an algorithm that computes
  corresponding derivative values (of arbitrary order using either
  forward or reverse mode).
</longdescription>
</pkgmetadata>