Module docstring
{"# Finsupp.linearCombination
Main definitions
Finsupp.linearCombination R (v : ι → M): sendsl : ι →₀ Rto the linear combination ofv iwith coefficientsl i;Finsupp.linearCombinationOn: a restricted version ofFinsupp.linearCombinationwith domainFintype.linearCombination R (v : ι → M): sendsl : ι → Rto the linear combination ofv iwith coefficientsl i(for a finite typeι)Finsupp.bilinearCombination R S,Fintype.bilinearCombination R S: a bilinear version ofFinsupp.linearCombinationandFintype.linearCombination. It requires thatMis both anR-module and anS-module, withSMulCommClass R S M; the caseS = Rtypically requires thatRis commutative.
Tags
function with finite support, module, linear algebra "}