mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
12 lines
568 B
Plaintext
12 lines
568 B
Plaintext
The package ADOL-C (Automatic Differentiation by OverLoading in C++) facilitates
|
|
the evaluation of first and higher derivatives of vector functions that are
|
|
defined by computer programs written in C or C++. The resulting derivative
|
|
evaluation routines may be called from C/C++, Fortran, or any other language
|
|
that can be linked with C.
|
|
|
|
The numerical values of derivative vectors are obtained free of truncation
|
|
errors at a small multiple of the run time and randomly accessed memory of the
|
|
given function evaluation program.
|
|
|
|
WWW: https://projects.coin-or.org/ADOL-C
|