Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/sage/tensor/modules/tensor_free_submodule[_basis].py, finite_rank…
Browse files Browse the repository at this point in the history
…_free_module.py: Update AUTHORS
  • Loading branch information
mkoeppe committed Sep 2, 2022
1 parent ed3c8d9 commit fd89892
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/sage/tensor/modules/finite_rank_free_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ class :class:`~sage.modules.free_module.FreeModule_generic`
AUTHORS:
- Eric Gourgoulhon, Michal Bejger (2014-2015): initial version
- Travis Scrimshaw (2016): category set to Modules(ring).FiniteDimensional()
- Travis Scrimshaw (2016): category set to ``Modules(ring).FiniteDimensional()``
(:trac:`20770`)
- Michael Jung (2019): improve treatment of the zero element
- Eric Gourgoulhon (2021): unicode symbols for tensor and exterior products
- Matthias Koeppe (2022): ``FiniteRankFreeModule_abstract``, symmetric powers
REFERENCES:
Expand Down
8 changes: 6 additions & 2 deletions src/sage/tensor/modules/tensor_free_submodule.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
r"""
Free submodules of tensor modules defined by monoterm symmetries
AUTHORS:
- Matthias Koeppe (2020-2022): initial version
"""

#******************************************************************************
# ******************************************************************************
# Copyright (C) 2020-2022 Matthias Koeppe
#
# Distributed under the terms of the GNU General Public License (GPL)
# as published by the Free Software Foundation; either version 2 of
# the License, or (at your option) any later version.
# http://www.gnu.org/licenses/
#******************************************************************************
# ******************************************************************************

import itertools

Expand Down
8 changes: 6 additions & 2 deletions src/sage/tensor/modules/tensor_free_submodule_basis.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
r"""
Standard bases of free submodules of tensor modules defined by some monoterm symmetries
AUTHORS:
- Matthias Koeppe (2020-2022): initial version
"""

#******************************************************************************
# ******************************************************************************
# Copyright (C) 2020-2022 Matthias Koeppe
#
# Distributed under the terms of the GNU General Public License (GPL)
# as published by the Free Software Foundation; either version 2 of
# the License, or (at your option) any later version.
# http://www.gnu.org/licenses/
#******************************************************************************
# ******************************************************************************

from sage.tensor.modules.free_module_basis import Basis_abstract

Expand Down

0 comments on commit fd89892

Please sign in to comment.