-
-
Notifications
You must be signed in to change notification settings - Fork 544
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
Matrix_complex_ball_dense: Level 1 implementation (using acb_mat from Arb) #17220
Comments
Branch: u/cheuberg/matrix/acb_dense |
Last 10 new commits:
|
Commit: |
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
|
Changed keywords from arb, acb_mat, complex intervals, matrix to arb, acb_mat, complex balls, matrix |
This comment has been minimized.
This comment has been minimized.
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:37
Indeed: I don't know how I missed that while reviewing the ticket, but apparently one can in fact not provide a “level-1” implementation only, because neither |
Changed branch from u/cheuberg/acb_mat to public/arb/acb_mat |
comment:40
Just to clarify, I think this ticket is good to go if someone reviews the small changes I made in the last few commits (and the dependency, which is 10 lines of code). |
Changed reviewer from Marc Mezzarobba to Marc Mezzarobba, Fredrik Johansson |
comment:41
Nitpick: it is claimed that a matrix can have up to Other than that, it looks ok to me. |
Branch pushed to git repo; I updated commit sha1 and set ticket back to needs_review. New commits:
|
comment:43
Replying to @fredrik-johansson:
Fixed (for a definition of 64-bit machines that goes a little bit beyond current architectures ;-))
Thanks! |
Changed branch from public/arb/acb_mat to |
Wrap the
acb_mat
type for matrices over complex balls.In this ticket, level 1 functionality of matrices is provided.
Depends on #19751
CC: @sagetrac-alina @fredrik-johansson @sagetrac-ktkohl @sagetrac-skropf @jdemeyer @mezzarobba
Component: numerical
Keywords: arb, acb_mat, complex balls, matrix
Author: Clemens Heuberger
Branch/Commit:
8983012
Reviewer: Marc Mezzarobba, Fredrik Johansson
Issue created by migration from https://trac.sagemath.org/ticket/17220
The text was updated successfully, but these errors were encountered: