Open hivert opened 6 years ago
Author: Florent Hivert
many failing doctests
rebased, just to see where this stands now
New commits:
29190d3 | Fix tensor prod. using old cartesian prod. |
Changed branch from u/hivert/tensor_product_and_coefficients to public/cartesian_24900
Branch pushed to git repo; I updated commit sha1. New commits:
bfa36e7 | fix one doctest |
Dependencies: #19195
Tensor products of combinatorial free modules still use an old version of cartesian product. As a consequence extracting a coefficient is not possible:
I fix that. As a side effect, this change the result of
an_element
so that I have to fix a few doctests.Moreover, building the tensor of two infinite dimensional FM now raises a correct warning:
I'm hiding this by asking only finite dim FM.
Depends on #19195
CC: @nthiery @tscrim @mkoeppe
Component: linear algebra
Keywords: tensor product, free modules
Author: Florent Hivert
Branch/Commit: public/cartesian_24900 @
bfa36e7
Issue created by migration from https://trac.sagemath.org/ticket/24900