The positive parts, or equivalently the projections, of Hermitian matrices onto each other.
Projector onto the non-negative eigenspace of B - A. Accessible by the notation
{A ≤ₚ B}, which is scoped to HermitianMat. This is the unique maximum operator P
such that P^2 = P and P * A * P ≤ P * B * P in the Loewner order.
Instances For
Projector onto the positive eigenspace of B - A. Accessible by the notation
{A <ₚ B}, which is scoped to HermitianMat. Compare with proj_le.
Instances For
Equations
- One or more equations did not get rendered due to their size.
 
Instances For
Equations
- One or more equations did not get rendered due to their size.
 
Instances For
Equations
- One or more equations did not get rendered due to their size.
 
Instances For
Equations
- One or more equations did not get rendered due to their size.
 
Instances For
The positive part of a Hermitian matrix: the projection onto its positive eigenvalues.
Instances For
The negative part of a Hermitian matrix: the projection onto its negative eigenvalues.
Instances For
Equations
- HermitianMat.instPosPart = { posPart := HermitianMat.proj_pos }
 
Equations
- HermitianMat.instNegPart = { negPart := HermitianMat.proj_neg }
 
There is an existing (very slow) PosPart instance on Matrix n n 𝕜, this shows
that this is equal.
There is an existing (very slow) PosPart instance on Matrix n n 𝕜, this shows
that this is equal.