Commit 2020-12-14 16:39 07b5618a
View on Github →chore(linear_algebra/{multilinear,alternating}): Generalize smul and neg instance (#5364)
This brings the generality in line with that of linear_map
. Notably:
has_neg
now exists when only the codomain has negationhas_scalar
now exists for the weaker condition ofsmul_comm_class
rather thanhas_scalar_tower