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

Add more *_type functions #1264

Open
1 of 6 tasks
fingolfin opened this issue Feb 22, 2023 · 0 comments
Open
1 of 6 tasks

Add more *_type functions #1264

fingolfin opened this issue Feb 22, 2023 · 0 comments

Comments

@fingolfin
Copy link
Member

fingolfin commented Feb 22, 2023

We have

  • abs_series_type
  • dense_matrix_type
  • dense_poly_type (but no sparse_poly_type or poly_type exists?)
  • elem_type
  • mpoly_type (presumably this is always sparse)
  • parent_type

Hecke adds a few more, many specific to certain types, but perhaps these could be useful for more things and should be defined here.

  • base_field_type
  • base_ring_type
  • base_type
  • coefficient_type
  • ideal_type
  • matrix_algebra_type

More that come to mind (to be extended)

  • matrix_space_type (if we had this, we could probably use a single MatrixSpace / matrix_space method for all the various implementation, as their constructors all take the same arguments)
  • ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant