Open
Description
Depends to #167, from rust-ndarray/ndarray#649 (comment)
Current implementations of QR and other methods adopt "luxury" way for memory allocation, i.e. qr
allocates working memory on every call. This overhead is negligible in some cases where this crate should focus.