Commit 2021-05-18 02:58 f900513a
View on Github →feat(linear_algebra/matrix): slightly generalize smul_left_mul_matrix (#7632)
Two minor changes that make smul_left_mul_matrix slightly easier to apply:
- the bases bandccan now be indexed by different types
- replace (i, k)on the LHS withik.1 ik.2on the RHS (so you don't have to introduce the constructor withrw ← prod.mk.etasomewhere deep in your expression)