Skip to content

v0.3.0

Latest

Choose a tag to compare

@acgetchell acgetchell released this 12 Mar 22:34
· 20 commits to main since this release
0ed2129
  • Expose exact determinant value (det_exact, det_exact_f64) b1a676c

  • [breaking] Expose exact determinant value (det_exact, det_exact_f64) 92ce476

  • Exact linear system solve (solve_exact, solve_exact_f64) d04fcd3

  • Add LaError::Overflow, dimension-coverage tests, and doc fixes fed0082

  • Add #[non_exhaustive] to LaError d068c0e

  • Use det_direct() in exact_det_3x3 example 5b69fa8

  • Restructure gauss_solve to avoid break/continue 125b259

  • Clarify pivoting strategy and use idiomatic rev() in exact.rs d884581

  • Add LDLT example, solve_exact README snippet, and sync examples 2bddccf