Commit 2022-08-18 21:20 34020e53
View on Github →chore(linear_algebra/basic): generalize submodule.map
, comap
, etc to semilinear_map_class
(#16105)
This PR generalizes submodule.map
, submodule.comap
, linear_map.ker
and linear_map.range
such that they are defined for any morphism class satisfying semilinear_map_class
(they are currently hardcoded for linear_map
s). The namespaces have been left as is.