pub trait FactorizeHInto<S: Data> {
// Required method
fn factorizeh_into(self) -> Result<BKFactorized<S>>;
}
Expand description
An interface for computing the BunchβKaufman factorization of Hermitian (or real symmetric) matrices.
Required MethodsΒ§
Sourcefn factorizeh_into(self) -> Result<BKFactorized<S>>
fn factorizeh_into(self) -> Result<BKFactorized<S>>
Computes the BunchβKaufman factorization of a Hermitian (or real symmetric) matrix.