Skip to content

Tags: JuliaLinearAlgebra/GenericLinearAlgebra.jl

Tags

v0.3.11

Toggle v0.3.11's commit message
[Diff since v0.3.10](v0.3.10...v0.3.11)

**Closed issues:**
- Eigen returns non-eigenvectors for certain matrices (#123)

**Merged pull requests:**
- Fix 2x2 symmetric eigenvalue computation (#124) (@andreasnoack)

v0.3.10

Toggle v0.3.10's commit message
[Diff since v0.3.9](v0.3.9...v0.3.10)

**Closed issues:**
- Deflation breaks edge case (#121)

**Merged pull requests:**
- Refactor code to avoid out of bounds operation after deflation (#122) (@andreasnoack)

v0.3.9

Toggle v0.3.9's commit message
[Diff since v0.3.8](v0.3.8...v0.3.9)

**Closed issues:**
- Make test coverage decent (#5)
- BoundsError bug in SVD for zero matrix (#119)

**Merged pull requests:**
- Use logging system for debug printing (#112) (@andreasnoack)
- Improve some LAPACK test coverage (#113) (@andreasnoack)
- Add more coverage to general eigenvalue problem (#114) (@andreasnoack)
- Some more test coverage to svd.jl (#115) (@andreasnoack)
- More coverage of svd and make sure that we actually exercise out own … (#116) (@andreasnoack)
- Fix and test pteqr (#117) (@andreasnoack)
- Remove unused zeroshiftQR! function (#118) (@andreasnoack)
- Test svd of zero matrix and fix the sign flipping when there are (#120) (@andreasnoack)

v0.3.8

Toggle v0.3.8's commit message
[Diff since v0.3.6](v0.3.6...v0.3.8)

**Closed issues:**
- typos (#103)
- svd for a 16x16 BigFloat matrix runs forever (#104)

**Merged pull requests:**
- Set off diagonal elements to zero as described in LAWN3 p18 (#105) (@andreasnoack)
- Fix some typos (#106) (@andreasnoack)
- enable dependabot for GitHub actions (#107) (@ranocha)
- Add deflation to svd algorithm (#108) (@andreasnoack)

v0.3.6

Toggle v0.3.6's commit message
[Diff since v0.3.5](v0.3.5...v0.3.6)

**Closed issues:**
- `convert` extended but not imported from Base (#100)

**Merged pull requests:**
- Bump test dep Quaternions.jl (#99) (@dkarrasch)
- Fix size of Householder (#101) (@andreasnoack)
- Format the source with JuliaFormatter (#102) (@andreasnoack)

v0.3.5

Toggle v0.3.5's commit message
[Diff since v0.3.4](v0.3.4...v0.3.5)

**Merged pull requests:**
- Adjustment to `AdjointQ` introduction in LinearAlgebra (#91) (@dkarrasch)

v0.3.4

Toggle v0.3.4's commit message
[Diff since v0.3.3](v0.3.3...v0.3.4)

**Closed issues:**
- `Rotation` field in `Schur` struct is abstractly typed (#90)

**Merged pull requests:**
- Make `R` field in `Schur` concretely typed (#92) (@dkarrasch)
- Clean-up of version-dependent code (#97) (@dkarrasch)

v0.3.3

Toggle v0.3.3's commit message
[Diff since v0.3.2](v0.3.2...v0.3.3)

**Merged pull requests:**
- Fix triangular multiplication methods (#96) (@andreasnoack)

v0.3.2

Toggle v0.3.2's commit message
[Diff since v0.3.1](v0.3.1...v0.3.2)

**Closed issues:**
- juliaBLAS needs update (and tests) (#93)

**Merged pull requests:**
- syrk! and herk! are in the BLAS module (#94) (@dmbates)
- Clean up juliaBLAS.jl and test it (#95) (@andreasnoack)

v0.3.1

Toggle v0.3.1's commit message
[Diff since v0.3.0](v0.3.0...v0.3.1)

**Closed issues:**
- svd stuck in infinite loop for certain matrices (#81)

**Merged pull requests:**
- Update ci.yml to test for nightly (#86) (@ViralBShah)
- Fix typo in estimate_σ⁻ (#88) (@andreasnoack)