rust-ndarray / ndarray-linalg

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

add function of cholesky update #376

Open AndersonYin opened 8 months ago

AndersonYin commented 8 months ago

Recently, I'm writing some functions of regression for linfa. And I met some usages of cholesky update in scikit-learn. I think that maybe to add cholesky update into ndarray is benifit as well. ndarray-linalg seems to be the binding of lapack, but I couldn't find the cholesky update implementation in it. So is there any suggestion?