Releases: jchristopherson/linalg
Releases · jchristopherson/linalg
Bug Fix
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
This release adds a rank 1 Cholesky downdate routine, and a routine capable of multiplying triangular matrices.
Update to CMake Build Script
This release provides a minor update allowing consuming projects to better control the output directory.
Minor Update
This is a minor update that reconfigured the project for a better CMake build experience.
Initial Release
This is the initial release of the linalg library.