Commit 2026-01-06 18:26 a6375940

View on Github →

feat(Analysis/InnerProductSpace): define rank-one operators (#33439) We define rank-one operators on Hilbert spaces (also known as outer product of two vectors). We follow the bra-ket notation way, where rankOne 𝕜 x y a = |x⟩⟨y|_𝕜 a = ⟪y, a⟫_𝕜 • x.

Estimated changes