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

Pattern for triangular matrices #636

Open
devreal opened this issue Mar 12, 2019 · 0 comments
Open

Pattern for triangular matrices #636

devreal opened this issue Mar 12, 2019 · 0 comments

Comments

@devreal
Copy link
Member

devreal commented Mar 12, 2019

Some (numerical) algorithms do not require the full matrix but work on the upper or lower triangular matrix. Thus, it would be sufficient to store half of the matrix. It's important that it's not strictly a triangular matrix in that the blocks on the diagonal should remain intact.

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

2 participants