Commit 2024-04-12 08:07 66924a04

View on Github →

refactor(LinearAlgebra): replace Submodule.restrictBilinear by BilinForm.restrict (#12045) As discussed in this thread, there were 3 different definitions for the restriction of a bilinear form to a subspace. This PR deletes the definition Submodule.restrictBilinear, and replaces all its occurrences by the LinearMap.BilinForm.restrict one.

Estimated changes