Commit 2021-02-16 12:05 1a438889
View on Github →feat(analysis/normed_space/operator_norm): bundle more arguments (#6207)
- Drop
lmul_left
in favor of a partially appliedlmul
. - Use
lmul_left_right
inhas_fderiv_at_ring_inverse
and related lemmas. - Add bundled
compL
,lmulₗᵢ
,lsmul
. - Make
𝕜
argument inof_homothety
implicit. - Add
deriv₂
andbilinear_comp
.