Is your feature request related to a problem? Please describe.
Inconsistency with literature with omega_hat, eigenvalues and eigenvectors.
Describe the solution you'd like
Add eigenvectors, that contain the unit eigenvectors
Keep the eigenvalues (are already there)
Change omega_hat to the scaled (by the square root of the eigenvalues) eigenvectors, such that omega_hat.T.dot(omega_hat) == lambda.
Is your feature request related to a problem? Please describe. Inconsistency with literature with
omega_hat
,eigenvalues
andeigenvectors
.Describe the solution you'd like Add
eigenvectors
, that contain the unit eigenvectors Keep theeigenvalues
(are already there) Changeomega_hat
to the scaled (by the square root of the eigenvalues) eigenvectors, such thatomega_hat.T.dot(omega_hat) == lambda
.Describe alternatives you've considered n/a
Additional context n/a