Commit 2024-02-17 15:25 2ef6133e
View on Github →chore(LinearAlgebra): Introduce a LinearMap.BilinForm
alias (#10632)
This is one of the steps in #10553.
Once we eliminate _root_.BilinForm
, we can drop the LinearMap.
prefix.
Requested on Zulip by me (2021), by @kmill (2022), and perhaps one or two other places.