Jeff Fessler
Jeff Fessler
Thanks for the report. Probably `Strang` should just use the `SymTridiagonal` type from LinearAlgebra instead of re-inventing the wheel. There is a WIP PR #51 that will address this issue....
@braamvandyk PR #78 should address this issue as long as you are using Julia >= v1.8. If you are using an earlier version feel free to make a PR to...
@fp4code this PR has some good work in it but the repo has changed greatly since the original PR. If you look at recent PRs you will see I am...
@fp4code can you make the setting for the PR to "allow edits by maintainers"? If not then I'll have to start from scratch...
@fp4code thanks, I figured out how to make updates. Lots of things changed in the 5 years (!) since your original PR. I made several updates in the web portal...
Ok @fp4code this took me too many tries, but finally I got it to pass tests with type inference. Could you please review?
@mkitti there was a flaw in my previous implementation for iterables. The `getindex` method requires 1-based indexing, and general iterables do not have such indexing. AFAIK the only viable arguments...
Hi @fp4code and @mkitti, could you double check this updated PR?
Hi everyone, the bug in #46 has been sitting there for years and this PR will address it. My preference is to have a separate set of eyes on any...
Hankel matrices were moved to another repo in #40 so I am closing this PR.