Commit 2025-09-05 13:47 3c512956
View on Github →chore(LinearAlgebra/Projection): deprecating subtype ∘ linearProjOfIsCompl
in favor of IsCompl.projection
(#27644)
This deprecates all instances of U.subtype ∘ U.linearProjOfIsCompl V hUV
and (U.linearProjOfIsCompl V hUV x : E)
in favor of hUV.projection
and hUV.projection x
respectively in LinearAlgebra/Projection
and other files.