rust-ndarray / ndarray-linalg

Linear algebra package for rust-ndarray using LAPACK binding
Other
376 stars 74 forks source link

API for pre-allocated calculation for better performance #168

Open termoshtt opened 5 years ago

termoshtt commented 5 years ago

Depends to #167, from https://github.com/rust-ndarray/ndarray/issues/649#issuecomment-504754950

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.

termoshtt commented 4 years ago

as https://github.com/rust-ndarray/ndarray-linalg/pull/241#issuecomment-670846243 drop from 0.13.0 milestone