spectrochempy.NNMF.nlssubprob

static NNMF.nlssubprob(V, W, Hinit, tol, maxiter)[source]
Parameters
  • V, W – Constant matrices.

  • Hinit – initial solution.

  • tol (stopping tolerance.)

  • maxiter (limit of iterations.)

Returns

H, grad – Output solution and gradient.