From cb90161d538655a07d897993cf17a5d23b78e380 Mon Sep 17 00:00:00 2001 From: jofret Date: Thu, 19 Jun 2008 15:13:39 +0000 Subject: - Split Matrix operations in several operations - Enable pow - Enable implicit lists - Enable Statistics function maen & sum --- src/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile.in') diff --git a/src/Makefile.in b/src/Makefile.in index 1b685eee..674fb207 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -187,7 +187,8 @@ SUBDIRS = lib/blas \ elementaryFunctions \ auxiliaryFunctions \ statisticsFunctions \ - matrixOperations #\ + matrixOperations \ + implicitList #\ #operations all: all-recursive -- cgit