This function computes the projection operator $$P_V z= V V^\top z$$
vvtz(v, z)
| v | orthonormal basis of the space on which |
|---|---|
| z | vector that is projected onto the columns of |
value of the projection operator
The above formula is only valid if the columns of v are normalized
and mutually orthogonal.
Nicole Kraemer