nnls

This is a Rust version of nnls (Non-Negative Least Square). It's a port from a Fortran90 script used by scipy.optimize.nnls and probablys everal others.

Why?

I decided to port nnls to Rust because:

Advantages

Problems