Trait ndarray_linalg::qr::QR [] [src]

pub trait QR<Q, R> {
    fn qr(self) -> Result<(Q, R)>;
}

Required Methods

Implementors