-
Notifications
You must be signed in to change notification settings - Fork 60
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
Arraylias integration - Rotating frame - #214
Arraylias integration - Rotating frame - #214
Conversation
The One option would be to just start being very strict about types. E.g. the Aside from these concerns, I don't think we want to register
I think for scipy, there are also multiple different sparse types that we'll need to register (they get transformed into each other). The Some considerations with functions that need to be registered:
|
96fd545
to
885d8c3
Compare
close and move to #282. |
Summary
I started to migrate Arraylias to rotating_frame.py.
The first difficulty is dealing with csr_matrix and BCOO.
Details and comments
[TODO]
Operator
. I think the way is whether converting toop.data
or registeringOperator
to ArrayLike.sparse matrix
orBCOO
.spmatrix
. Is it necessary to add some concrete classes of a sparse matrix.