ajensen1234 / nnmf-rs

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

Pick a matrix crate #1

Closed ajensen1234 closed 7 months ago

ajensen1234 commented 7 months ago

Here are some:

ajensen1234 commented 7 months ago

I've used NALGEBRA before and it was kinda tough to fight the compiler. Especially taking slices of matrices to do paraleiziation on them.

ajensen1234 commented 7 months ago

We ended up picking nalgebra.

We found that you could skirt many of the compiler issues by using their dynamicly sized matrix, DMatrix!