Releases: jchristopherson/linalg
Bug Fix
This release fixes a bug related to the use of find_package in the CMake build scripts.
v1.7.0 API clean-up & bug fixes
Merge pull request #8 from jchristopherson/v1.6.1_Development V1.6.1 development
Added Functionallity
Added a C friendly API, and fixed a few bugs.
Added functionallity
Added some complex-valued routines, and improved the immutable interface.
Bug Fix
Fixed a bug with the QR factorization of an underdetermined system.
Minor fix to the build script
This release corrects a small hack in the build script of v1.4.0.
Minor Update - Build Script Changes
Restructured the project to directly link to LAPACK, and then modified the build script accordingly.
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
Updated the build script to fix an issue building on Windows with gfortran.
Notice, attached binaries were compiled with gfortran. The module (*.mod) files are also included.
Added sorting routines
This release adds sorting routines for arrays and eigenvalue/eigenvector problems.