pub trait SymmetricSqrt { type Output; // Required method fn ssqrt(&self, uplo: UPLO) -> Result<Self::Output, LinalgError>; }
Calculate symmetric square-root matrix using eigh
eigh