pub trait EigVals { type EigVal; // Required method fn eigvals(&self) -> Result<Self::EigVal>; }
Calculate eigenvalues without eigenvectors