Trait ndarray_linalg::solveh::FactorizeH [−][src]
pub trait FactorizeH<S: Data> { fn factorizeh(&self) -> Result<BKFactorized<S>>; }
Expand description
An interface for computing the Bunch–Kaufman factorization of Hermitian (or real symmetric) matrix refs.
Required methods
fn factorizeh(&self) -> Result<BKFactorized<S>>
fn factorizeh(&self) -> Result<BKFactorized<S>>
Computes the Bunch–Kaufman factorization of a Hermitian (or real symmetric) matrix.