JuliaLang/LinearAlgebra.jl

Missing matrix/factorization functions

Open

#253 opened on Sep 12, 2015

 (10 comments) (2 reactions) (0 assignees)Julia (62 forks)github user discovery
Hacktoberfestgood first issue

Repository metrics

Stars
 (77 stars)
PR merge metrics
 (Avg merge 8d 17h) (5 merged PRs in 30d)

Description

Re: JuliaLang/julia#5840, JuliaLang/LinearAlgebra.jl#136, JuliaLang/julia#8240

We have a lot of easy targets to fill out the linear algebra functionality. These methods don't work at all. They don't have fallbacks to the dense method, even. Feel free to add more:

  • BunchKaufman
    • Matrix
    • det
    • logdet
  • LDLt{SymTridiagonal}
    • det
    • logdet
    • norm
    • tr
    • eigvals
    • eigvecs
    • svdvals
    • svd
    • cond
  • Hessenberg, UpperHessenberg
    • eigen, eigvals: #858
    • qr (mentioned in #625)

Contributor guide