Module docstring
{"# Properties of the module α →₀ M
Given an R-module M, the R-module structure on α →₀ M is defined in
Data.Finsupp.Basic.
In this file we define LinearMap versions of various maps:
Finsupp.lsingle a : M →ₗ[R] ι →₀ M:Finsupp.single aas a linear map;Finsupp.lapply a : (ι →₀ M) →ₗ[R] M: the mapfun f ↦ f aas a linear map;Finsupp.lsubtypeDomain (s : Set α) : (α →₀ M) →ₗ[R] (s →₀ M): restriction to a subtype as a linear map;Finsupp.restrictDom:Finsupp.filteras a linear map toFinsupp.supported s;Finsupp.lmapDomain: a linear map version ofFinsupp.mapDomain;
Tags
function with finite support, module, linear algebra "}