Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SchurDecomp() to utility.cc #75

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add SchurDecomp() to utility.cc #75

wants to merge 1 commit into from

Conversation

mtfishman
Copy link
Member

Adds function SchurDecomp(const MatrixRef& M, Matrix& T, Matrix& Z) which takes the Schur Decomposition of a real matrix M. T is block upper triangular (real Schur form) and Z is orthogonal. If M is anti-symmetric, T is block-diagonal. Includes necessary lapack wrappers dgehrd, dorghr, and dhseqr in lapack_wrap.h and new function SchurDecomp() in matrix.h and utility.cc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant