From fe2363baa7e216100f7f7823f007a5c10dbbc113 Mon Sep 17 00:00:00 2001 From: torset Date: Mon, 8 Dec 2008 10:50:16 +0000 Subject: Add L-U decomposition of square matrix using Cholesky algorithm(chol) testDoubleChol failed --- src/signalProcessing/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/signalProcessing/Makefile.am') diff --git a/src/signalProcessing/Makefile.am b/src/signalProcessing/Makefile.am index 984c4788..9efcfb4f 100644 --- a/src/signalProcessing/Makefile.am +++ b/src/signalProcessing/Makefile.am @@ -13,4 +13,5 @@ SUBDIRS= fft \ ifft \ levin \ - conv + conv \ + conv2d -- cgit