[−][src]Trait ndarray_linalg::qr::QRInto
QR decomposition
This creates copy due for reshaping array.
To avoid copy and the matrix is square, please use QRSquare*
traits.
Associated Types
Required methods
Implementations on Foreign Types
impl<A, S> QRInto for ArrayBase<S, Ix2> where
A: Scalar + Lapack,
S: DataMut<Elem = A>,
[src][−]
A: Scalar + Lapack,
S: DataMut<Elem = A>,