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

Cleanup of matrix class #1006

Open
3 of 18 tasks
rasolca opened this issue Oct 9, 2023 · 0 comments
Open
3 of 18 tasks

Cleanup of matrix class #1006

rasolca opened this issue Oct 9, 2023 · 0 comments

Comments

@rasolca
Copy link
Collaborator

rasolca commented Oct 9, 2023

  • rename methods
  • constructors:
    • evaluate which methods are needed
    • evaluate how to improve layout (offset and multiple tiles per block not currently supported)
    • change default layout? (Warning: current alignment of 64 even for few rows)
    • update tests
  • after tridiagonal eigensolver refactoring:
  • remove .tpp files (First matrix cleanup #1007)
  • ETI add other types? E.g. SizeType
  • Move createMatrix helpers:
  • Other matrix like snake_case renames:
    • matrix_ref
    • matrix_local (test)
    • panel
  • Cleanup:
  • remove deprecated Matrix methods
  • remove deprecated Distribution methods
  • After tridiagonal solver cleanup:
    • remove unused distribution extension method
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant