Commit 2026-08-16 23:56 f5dc2eb2
View on Github →feat(LinearAlgebra): kernel of a LinearPMap (#42423)
We define the kernel of a LinearPMap as a submodule of E and prove basic properties of it. If one takes f.toFun.ker then it is a submodule of f.domain, which leads to many problems.
Secondly, the code around LinearPMap.inverse gets cleaned up: use LinearPMap.ker, use dot-notation consistently, and some golfs.