Commit 2021-04-03 16:38 a5b7de0a
View on Github →chore(linear_algebra): fix/add coe_fn
simp lemmas (#7015)
- move
@[simp]
fromlinear_map.comp_apply
to newlinear_map.coe_comp
; - rename
linear_map.comp_coe
tolinear_map.coe_comp
, swap LHS&RHS; - add
linear_map.coe_proj
, move@[simp]
fromlinear_map.proj_apply
.