Skip to content

Releases: jchristopherson/linalg

Bug Fix

22 Dec 20:02

Choose a tag to compare

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

21 Dec 12:49
da568f8

Choose a tag to compare

Merge pull request #8 from jchristopherson/v1.6.1_Development

V1.6.1 development

Added Functionallity

22 Mar 02:32
786a74d

Choose a tag to compare

Added a C friendly API, and fixed a few bugs.

Added functionallity

19 Jul 11:55
eb76a6e

Choose a tag to compare

Added some complex-valued routines, and improved the immutable interface.

Bug Fix

08 Dec 23:00

Choose a tag to compare

Fixed a bug with the QR factorization of an underdetermined system.

Minor fix to the build script

02 Dec 20:53

Choose a tag to compare

This release corrects a small hack in the build script of v1.4.0.

Minor Update - Build Script Changes

01 Dec 20:17

Choose a tag to compare

Restructured the project to directly link to LAPACK, and then modified the build script accordingly.

Build Script Fix

16 Sep 02:52

Choose a tag to compare

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

12 Sep 16:22

Choose a tag to compare

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

28 Aug 02:20

Choose a tag to compare

This release adds sorting routines for arrays and eigenvalue/eigenvector problems.