ajensen1234 / nnmf-rs

Blazinging fast (!!!!!!) non-negative matrix factorization written in Rust!!!!!!!!
1 stars 0 forks source link

Non-negative least squares algorithm #14

Closed ajensen1234 closed 7 months ago

ajensen1234 commented 7 months ago

We need to implement a non-negative least sq algorithm in order to properly work with #5 .

There is another crate: https://github.com/imeka/nnls, that uses ndarray, so we just need to port into nalgebra.