Trait ndarray_linalg::eigh::SymmetricSqrtInto
source · pub trait SymmetricSqrtInto {
type Output;
// Required method
fn ssqrt_into(self, uplo: UPLO) -> Result<Self::Output>;
}
Expand description
Calculate symmetric square-root matrix using eigh