Skip to content

Commit

Permalink
add new files in meson + add a small comment in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Caruso committed Feb 14, 2025
1 parent 1db04c2 commit 76b71cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sage/modules/free_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -3171,7 +3171,8 @@ def pseudohom(self, f, twist, codomain=None, side="left"):
- ``twist`` -- the twisting morphism or the twisting derivation
(if a derivation is given, the corresponding morphism `\theta`
is automatically infered)
is automatically infered;
see also :class:`sage.rings.polynomial.ore_polynomial_ring.OrePolynomialRing`)
- ``codomain`` -- (default: ``None``) the codomain of the pseudo
morphisms; if ``None``, the codomain is the same than the domain
Expand Down
2 changes: 2 additions & 0 deletions src/sage/modules/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ py.install_sources(
'free_module_homspace.py',
'free_module_integer.py',
'free_module_morphism.py',
'free_module_pseudohomspace.py',
'free_module_pseudomorphism.py',
'free_quadratic_module.py',
'free_quadratic_module_integer_symmetric.py',
'matrix_morphism.py',
Expand Down

0 comments on commit 76b71cf

Please sign in to comment.