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

Optimize determinant computation by checking features #413

Open
CommanderTvis opened this issue Sep 15, 2021 · 0 comments
Open

Optimize determinant computation by checking features #413

CommanderTvis opened this issue Sep 15, 2021 · 0 comments
Labels
performance Performance optimization issue

Comments

@CommanderTvis
Copy link
Collaborator

CommanderTvis commented Sep 15, 2021

Introduce a class like DeterminantFeatureBase, which does some feature-based checks before calling the abstract expensive determinant finding. For example:

  1. UnitFeature -> 1
  2. ZeroFeature -> 0
  3. UFeature, LFeature -> product of the main diagonal elements
    ...
@CommanderTvis CommanderTvis added the performance Performance optimization issue label Sep 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Performance optimization issue
Projects
None yet
Development

No branches or pull requests

1 participant