summaryrefslogtreecommitdiff
path: root/nnls.h
diff options
context:
space:
mode:
Diffstat (limited to 'nnls.h')
-rw-r--r--nnls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nnls.h b/nnls.h
new file mode 100644
index 0000000..ded8d01
--- /dev/null
+++ b/nnls.h
@@ -0,0 +1 @@
+double *nnls(double *a_matrix, double *b_matrix, int height, int width);