sagemath / sage

Main repository of SageMath
https://www.sagemath.org
Other
1.33k stars 453 forks source link

Construction for FiniteRankDualFreeModule #34605

Open mkoeppe opened 1 year ago

mkoeppe commented 1 year ago

... using DualFunctor.

Depends on #34448

CC: @egourgoulhon @tscrim

Component: linear algebra

Branch/Commit: u/mkoeppe/construction_for_finiterankdualfreemodule @ cba3a87

Issue created by migration from https://trac.sagemath.org/ticket/34605

mkoeppe commented 1 year ago

Dependencies: #34448

mkoeppe commented 1 year ago

Branch: u/mkoeppe/construction_for_finiterankdualfreemodule

mkoeppe commented 1 year ago

Commit: cba3a87

mkoeppe commented 1 year ago
comment:3

Pushout does not work yet; I think DualFunctor will have to be promoted from Functor to ConstructionFunctor for this


Last 10 new commits:

06710c1src/sage/manifolds/differentiable/diff_form_module.py, vectorfield_module.py: Update copyright using 'git blame -w --date=format:%Y FILE.py | sort -k2', add to AUTHORS
bb614c1Merge #34501
4a4a29dMerge tag '9.7' into t/34448/put_tensor_modules_of_finiterankfreemodule_in_modules___tensorproducts__
1f4fb90Merge tag '9.8.beta0' into t/34448/put_tensor_modules_of_finiterankfreemodule_in_modules___tensorproducts__
7c04959src/sage/manifolds/differentiable/diff_form_module.py: Fix typo in docstring
fc31cbfMerge #34501
f0def92src/sage/tensor/modules/tensor_free_module.py: Remove redundant method
e10f9cfsrc/sage/manifolds/differentiable/vectorfield_module.py: Revert change to VectorFieldModule.tensor (not needed yet)
f947c18Merge #34448
cba3a87FiniteRankDualFreeModule.construction: WIP