Solve argmin_x || Ax - b ||_2 for x>=0.
A : ndarray
Matrix A as shown above.
b : ndarray
Right-hand side vector.
x : ndarray
Solution vector.
rnorm : float
The residual, || Ax-b ||_2.
Notes
This is a wrapper for NNLS.F.
scipy.optimize.fmin_slsqp
scipy.optimize.anneal
Enter search terms or a module, class or function name.