fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
8 lines
461 B
Plaintext
8 lines
461 B
Plaintext
Methods for calculating (usually) accurate numerical first and
|
|
second order derivatives. Accurate calculations are done using
|
|
'Richardson"s' extrapolation or, when applicable, a complex step
|
|
derivative is available. A simple difference method is also provided.
|
|
Simple difference is (usually) less accurate but is much quicker
|
|
than 'Richardson"s' extrapolation and provides a useful cross-check.
|
|
Methods are provided for real scalar and vector valued functions.
|