Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #32465: Refactor {Matrix,Vector}_double_dense through ..._numpy_…
…dense, add ..._numpy_integer_dense ... in order to define matrix spaces backed by numpy arrays of various types https://numpy.org/doc/stable/reference/arrays.scalars.html#signed- integer-types For `ZZ`, this could for example provide a separate element implementation that is never used for arithmetic, but is good enough for creating matrices in methods such as `vertex_adjacency_matrix` (#32666) Related earlier ticket: #7920 URL: https://trac.sagemath.org/32465 Reported by: mkoeppe Ticket author(s): Matthias Koeppe Reviewer(s): Travis Scrimshaw
- Loading branch information