Skip to content

0.0.36

Choose a tag to compare

@Quafadas Quafadas released this 28 Nov 18:15
· 29 commits to main since this release

Crucially, move BoundsCheck export to all so that we can get a one line getting started.

What's Changed

  • Add linear system solver (Ax = b) using LAPACK dgesv by @Copilot in #51
  • Implement QR decomposition with LAPACK backend by @Copilot in #55
  • Add LU decomposition with partial pivoting by @Copilot in #53

Full Changelog: v0.0.35...v0.0.36