Skip to content

Commit

Permalink
feat: port LinearAlgebra.BilinearMap (#2434)
Browse files Browse the repository at this point in the history
Co-authored-by: casavaca <96765450+casavaca@users.noreply.github.com>
  • Loading branch information
jcommelin and casavaca committed Feb 28, 2023
1 parent 917b708 commit 6ec7f93
Show file tree
Hide file tree
Showing 2 changed files with 432 additions and 0 deletions.
1 change: 1 addition & 0 deletions Mathlib.lean
Expand Up @@ -872,6 +872,7 @@ import Mathlib.Lean.Meta
import Mathlib.Lean.Meta.Simp
import Mathlib.LinearAlgebra.AffineSpace.Basic
import Mathlib.LinearAlgebra.Basic
import Mathlib.LinearAlgebra.BilinearMap
import Mathlib.LinearAlgebra.Finsupp
import Mathlib.LinearAlgebra.GeneralLinearGroup
import Mathlib.LinearAlgebra.LinearIndependent
Expand Down

0 comments on commit 6ec7f93

Please sign in to comment.