Commit 2021-02-02 14:43 25c34e04
View on Github →refactor(linear_algebra,algebra/algebra): generalize linear_map.smul_right
(#5967)
- the new
linear_map.smul_right
generalizes both the oldlinear_map.smul_right
and the oldlinear_map.smul_algebra_right
; - add
smul_comm_class
forlinear_map
s.