Package com.tagtraum.audiokern.math
Class NNLS
- java.lang.Object
-
- com.tagtraum.audiokern.math.NNLS
-
public class NNLS extends Object
NNLS implementation suitable for solving non-negative least square problems.
-
-
Constructor Summary
Constructors Constructor Description NNLS()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static float[]
solve(float[][] A, float[] b)
Computes the activation pattern x inAx=b
for the special case that b and x are one-dimensional.
-