You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Activity
termoshtt commentedon Aug 8, 2020
as #241 (comment) drop from 0.13.0 milestone
EigWork
struct forlax::Eig_
#333HouseholderWork
, mergelax::QR_
intoLapack
#343SvdWork
, mergelax::SVD_
intoLapack
trait #345Solve_
,Solveh_
andCholesky_
intoLapack
trait #346Rcond_
andOperatorNorm_
intoLapack
trait #347LuTridiagonalWork
, mergeTridiagonal_
intoLapack
#349