Releases: jchristopherson/nonlin
Build Script Fix
This release fixes an oddity with the gfortran compiler on Windows. For some reason, the release builds using -O3 resulting in a segmentation fault; however, downgrading the aggressiveness of the optimization to a -O1 resulted in properly executing code. However, -O3 works as expected on Linux systems. Not exactly sure if this is a compiler bug, but a conditional statement has been placed in the build script checking to see if the code is being compiled on Windows, or anything else.
Minor Update - Build Script
This release fixes an issue with the release build on Windows using gfortran.
Notice, attached binaries were compiled with gfortran. The module (*.mod) files are also included.
Bug Fix
This release fixes a bug in the QR solver routine in the Levenberg-Marquardt code.
Minor Update
This release updates to the latest version of LINALG. Additionally, there are some documentation and code comment fixes.
Minor Update
This is a minor update that uses the 2008 standard "real64" to denote double-precision types.
Add Unconstrained Optimization Routines
This release adds multiple unconstrained optimization codes.
Initial Release
This is the initial release of the nonlin library.