Sheehan Olver

Results 570 comments of Sheehan Olver

@jishnub do we want to finish this?

This has probably been fixed and is now in ArrayLayouts.jl

I think this has sort of been taken care of.

Can you give code?

Just post the output

that sounds right a PR would be appreciated

This change is related: https://github.com/JuliaArrays/InfiniteArrays.jl/pull/122

Yes please! I believe the issue is that LU is currently only implemented in LAPACK so a Julia native implementation would be fantastic

I suggest you read the docs on LAPACK's gbtrf: https://netlib.org/lapack/explore-html/d2/d2d/group__double_g_bcomputational_ga7fc91ba3f250ad3844eba25d59f5d7be.html > Is the type BandedLU necessary? It seems that the Base LU type would suffice. Yes since `gbtrf` does not...

I have proposed it as an undergrad summer project so hopefully it can come together.