-
-
Notifications
You must be signed in to change notification settings - Fork 480
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
Allow for tensor product of a FiniteRankFreeModule dual #34471
Comments
New commits:
|
Commit: |
comment:3
Is this needed when #34474 is merged? |
comment:4
I'd suggest to do #30241 (a separate implementation class for the dual) instead. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:7
Replying to @mkoeppe:
This makes sense. On the other hand, it does not harm to endow the classes |
comment:8
Replying to @egourgoulhon:
It does make |
comment:9
I would propose to close this in favor of #30241 |
Dependencies: #30241 |
comment:10
Replying to @mkoeppe:
Ah yes! |
Changed commit from |
Changed branch from public/manifolds/tensor_product_dual-34471 to none |
Changed author from Eric Gourgoulhon to none |
Reviewer: Eric Gourgoulhon |
Since Sage 9.7.rc0,
FiniteRankFreeModule
's are endowed with atensor_product
method, thanks to #31276. However, this does not work with the dual:The method
ExtPowerDualFreeModule.tensor_type
is implemented here,which fixes the issue:
Depends on #30241
CC: @mkoeppe @tscrim
Component: linear algebra
Reviewer: Eric Gourgoulhon
Issue created by migration from https://trac.sagemath.org/ticket/34471
The text was updated successfully, but these errors were encountered: