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

Yoneda Representatives #76

Open
2 of 4 tasks
dalcde opened this issue Sep 12, 2019 · 0 comments
Open
2 of 4 tasks

Yoneda Representatives #76

dalcde opened this issue Sep 12, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@dalcde
Copy link
Collaborator

dalcde commented Sep 12, 2019

We can now compute Yoneda representatives! 9ed92e4 . Run it with cargo run --release test and then input your favorite class to decompose.

There is much room for improvement in the code

  • Implement a version of Subspace that is suitable when most of the basis vectors of the subspace are also basis vectors of the total space. This way we can replace a lot of row reduction by simple masking.
  • Implement a smarter algorithm for finding Yoneda representatives.
  • If the Yoneda representatives obtained after the previous step is small enough, replace the resulting modules with equivalent finite dimensional modules.
  • Use this for something!
@dalcde dalcde added the enhancement New feature or request label Sep 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant