Trait ndarray_linalg::solveh::FactorizeHInto [−][src]
pub trait FactorizeHInto<S: Data> { 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
fn 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.