1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
Source: adolc
Priority: optional
Maintainer: Barak Pearlmutter <bap@cs.unm.edu>
Standards-Version: 3.0.1
Build-Depends: debhelper, tetex-bin, tetex-extra
Package: libadolc-dev
Section: devel
Architecture: any
Depends: libadolc1 (= ${Source-Version}), libc6-dev
Suggests: libadolc1-doc
Conflicts: libadolc1-dev
Replaces: libadolc1-dev
Description: ADOLC development libs and headers
The ADOLC system automatically calculates exact derivatives of a
C/C++ function. It uses C++ overloading to record arithmetic
operations, which it plays back later in various ways to calculate
the requested values.
.
This package contains the development library and header files.
Package: libadolc1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: ADOLC automatic differentiation system, runtime libs
The ADOLC system automatically calculates exact derivatives of a
C/C++ function. It uses C++ overloading to record arithmetic
operations, which it plays back later in various ways to calculate
the requested values.
.
This package contains the runtime library.
Package: libadolc1-doc
Section: doc
Architecture: all
Suggests: libadolc-dev
Description: ADOLC documentation, postscript manual
The ADOLC system automatically calculates exact derivatives of a
C/C++ function. It uses C++ overloading to record arithmetic
operations, which it plays back later in various ways to calculate
the requested values.
.
This package contains the user's manual, in postscript.
Package: libadolc1-examples
Section: doc
Architecture: any
Depends: ${shlibs:Depends}
Description: ADOLC example program binaries
The ADOLC system automatically calculates exact derivatives of a
C/C++ function. It uses C++ overloading to record arithmetic
operations, which it plays back later in various ways to calculate
the requested values.
.
This package contains some sample programs distributed with ADOLC.
They are not very understandable without looking at the source.
|