Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
precision.out | 2014-02-04 | 2.9 kB | |
build | 2014-02-04 | 188 Bytes | |
README | 2013-10-30 | 587 Bytes | |
precision.f | 2013-10-30 | 1.8 kB | |
f8pt3.f | 2000-03-20 | 1.5 kB | |
Totals: 5 Items | 7.0 kB | 0 |
PRECISION Description: This program drives the function-precision estimation routine OBJEPS for a given function with calling sequence of the form CALL xxx (N, X, F) ! 'Q' for QNMDIF CALL xxx (MODE, N, X, F, G, NSTATE) ! 'N' for NPSOL/NZSOL Actually, the more recent forms, QNMDIF2 and NPOPT, now both expect CALL xxx (N, X, F, NCALL, FAIL) and OBJEPS should be adjusted accordingly (no call for that yet at NASA). This version examines the function F8PT3 from Example 8.3 of the book PRACTICAL OPTIMIZATION. See the optlib collection for OBJEPS.