Trait ndarray_linalg::eigh::SymmetricSqrt[][src]

pub trait SymmetricSqrt {
    type Output;
    fn ssqrt(&self, uplo: UPLO) -> Result<Self::Output>;
}
Expand description

Calculate symmetric square-root matrix using eigh

Associated Types

Required methods

Implementations on Foreign Types

Implementors