Jacob Williams
Jacob Williams
Follow on to #40. Consolidate all the duplicated code from the various units tests.
I think these are test problems for MINPACK: https://ftp.mcs.anl.gov/pub/MINPACK-2/tprobs/ Need to modernize them and add them to the unit tests.
Add an object oriented interface that is a higher-level wrapper to the functions. (for example, see how this is done in [bspline-fortran](https://github.com/jacobwilliams/bspline-fortran). See also: #4
See: https://www.netlib.org/minpack/ex/file03 (Note that column 73 is missing from that file). Good grief.
The [compiler listings](https://fortran-lang.org/compilers/) should be more specific about which platforms are supported by which compilers. Some are listed, but some are not clear.
There are many, many applications where it is desirable to have a routine argument that accepts a limited set of variable kinds or types (say `integer` or `real`). Currently there...
... there are many ideas floating around for this...
We need standard routines for manipulating the file system (change directory, create and delete directories, query information about files, etc.) See Intel's "Portability Library".