summaryrefslogtreecommitdiff
path: root/nnls.h
blob: ded8d0172b3d1aee355c4c2ee762eb95e8af5f51 (plain)
1
double *nnls(double *a_matrix, double *b_matrix, int height, int width);