Skip to content

Conversation

jiahao
Copy link
Member

@jiahao jiahao commented Aug 11, 2014

This is a woefully incomplete stub toward supporting Hessenberg matrices (upper/lower triangular matrices with an extra nonzero sub/super-diagonal) in Julia.

Currently the only thing implemented is a LAPACK.hsein wrapper, which needs to be tested.

@andreasnoack
Copy link
Member

Maybe we wan't to think of the Hessenberg matrix type together with a SymTridiagonalFactorization type (or maybe even a Factorization{SymTridiagonal}). Right now we have a Hessenberg factorization and a SymTridiagonal matrix type.

@jiahao
Copy link
Member Author

jiahao commented Aug 12, 2014

Yes, I think we'll want both.

Ref: JuliaLang/LinearAlgebra.jl#99

@vtjnash
Copy link
Member

vtjnash commented Jun 26, 2019

Current status of this PR seems to be given by JuliaLang/LinearAlgebra.jl#99:

tkelman commented on Aug 11, 2015

Not really, the current Hessenberg is a QR-related factorization type. #7965 implements a little more of the lapack bindings for a Hessenberg matrix type, but is about a year out of date.

edit: amazingly there's apparently no conflict there, but it needs tests and updating for #8734 and probably a few other changes.

@andreasnoack
Copy link
Member

This is from before the migration to standard libraries to it can't really be rebased so it would be easier to start over.

@DilumAluthge DilumAluthge deleted the cjh/hess branch March 25, 2021 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

linear algebra Linear algebra

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants