Trait ndarray_linalg::qr::QRSquareInto[][src]

pub trait QRSquareInto: Sized {
    type R;
    fn qr_square_into(self) -> Result<(Self, Self::R)>;
}
Expand description

QR decomposition for square matrix

Associated Types

Required methods

Implementations on Foreign Types

Implementors