[−][src]Trait ndarray_linalg::qr::QR
QR decomposition for matrix reference
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> QR for ArrayBase<S, Ix2> where
A: Scalar + Lapack,
S: Data<Elem = A>,
[src][−]
A: Scalar + Lapack,
S: Data<Elem = A>,