Commit 2024-01-16 21:01 fc4c73bb
View on Github →feat(LinearAlgebra/Multilinear/Basic): derivative of a multilinear map (#9130)
- Define the derivative
f.linearDerivof a multilinear mapfatx, i.e. the first-order term off(x+h)-f(x+h'). - Define
MultilinearMap.domDomRestrict: given a multilinear map indexed by a typeι, a functionP: ι → Propand a vectorzdefine on{a // ¬ P a}, this is the multilinear map indexed by{a // P a}sendingxto the value offat the vector that has coordinate ata : ιequal tox aifP aandz aif¬ P a. - depends on: #9137