You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The combinations annotated with *latest* are tested continuously for this project, for all other results the last commit or tag where this behavior was verified is linked.
148
+
A list of tested compilers which are currently not working or only partially working and the respective issue are listed below.
149
+
150
+
| Compiler | Version | Platform | Architecture | Status |
In Fortran projects the above procedures can be made available by including the ``minpack_module``.
194
+
Examples can be found in the [example](./example) directory.
195
+
196
+
To use *minpack* in non-Fortran projects which are compatible with C checkout the [``minpack.h``](./include/minpack.h) header for the available symbols and callback function signatures.
197
+
Python bindings are available and documented in the [``python``](./python) subdirectory of this project.
198
+
199
+
57
200
### Documentation
58
201
59
202
* The API documentation for the latest default branch can be found [here](https://fortran-lang.github.io/minpack/). This is generated by processing the source files with [FORD](https://github.com/Fortran-FOSS-Programmers/ford).
60
203
204
+
61
205
### License
62
206
63
207
The Minpack source code and related files and documentation are distributed under a permissive free software [license](https://github.com/fortran-lang/minpack/blob/HEAD/LICENSE.txt) (BSD-style).
64
208
209
+
65
210
### History
66
211
67
212
Minpack has been developed in 1980 by Jorge J. Moré, Burton S. Garbow, Kenneth
@@ -79,6 +224,7 @@ version to use as the community maintained fortran-lang version and decided to
79
224
use the latter repository, which became the fortran-lang version. We have
80
225
been porting improvements from the former repository over to the new fortran-lang repository.
81
226
227
+
82
228
### Contributors
83
229
84
230
Many people have contributed to Minpack over the years:
@@ -91,10 +237,12 @@ Many people have contributed to Minpack over the years:
* Original sourcecode from: [Netlib](https://www.netlib.org/minpack/)
100
248
* J. J. Moré, B. S. Garbow, and K. E. Hillstrom, [User Guide for MINPACK-1](http://cds.cern.ch/record/126569/files/CM-P00068642.pdf), Argonne National Laboratory Report ANL-80-74, Argonne, Ill., 1980.
0 commit comments