Skip to content

Always fill upper or lower of triangular/symmetric/Hermitian matrices #245

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

Open
termoshtt opened this issue Aug 8, 2020 · 0 comments
Open

Comments

@termoshtt
Copy link
Member

Inherit from #74, related to #226

LAPACK routines for triangular, symmetric, Hermitian matrices, e.g. dsyev, only read and write to upper or lower part of storage. This is why we have to manage UPLO enum noted in #74. This is basically performance issue, but we should nod expose such partially invalid storage even if additional runtime cost is inevitable.

Alternative

We may resolve this problem by introducing a partially written storage for this issue. But it will be better to use packed storage #226.

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

No branches or pull requests

1 participant