Trait ndarray_linalg::qr::QRSquareInplace[][src]

pub trait QRSquareInplace: Sized {
    type R;
    fn qr_square_inplace(&mut self) -> Result<(&mut Self, Self::R)>;
}
Expand description

QR decomposition for mutable reference of square matrix

Associated Types

Required methods

Implementations on Foreign Types

Implementors