Skip to content

Releases: jchristopherson/linalg

Bug Fix

30 Jul 10:59
Compare
Choose a tag to compare

This release fixes the following bugs:

  • Naming conflict between C and Fortran API's
  • QR solver for overdetermined systems

Other notable changes:

  • The C API was cleaned up by minimizing input parameters on several routines.
  • Additional tests were added to support the bug fixes previously mentioned.
  • Tests were also added for many of the routines in the C API.

Added additional Cholesky factorization support

20 Jul 10:04
Compare
Choose a tag to compare

This release adds a rank 1 Cholesky downdate routine, and a routine capable of multiplying triangular matrices.

Update to CMake Build Script

30 Jun 00:20
Compare
Choose a tag to compare

This release provides a minor update allowing consuming projects to better control the output directory.

Minor Update

29 Jun 10:30
Compare
Choose a tag to compare

This is a minor update that reconfigured the project for a better CMake build experience.

Initial Release

14 Jun 02:02
Compare
Choose a tag to compare

This is the initial release of the linalg library.