diff options
author | jofret | 2008-06-19 15:13:39 +0000 |
---|---|---|
committer | jofret | 2008-06-19 15:13:39 +0000 |
commit | cb90161d538655a07d897993cf17a5d23b78e380 (patch) | |
tree | 9e1b40801e2462305adf4a770a15465c93fe9a3b /src/Makefile.in | |
parent | e708176b6010174972b5c248c4e550e5c46ceff2 (diff) | |
download | scilab2c-cb90161d538655a07d897993cf17a5d23b78e380.tar.gz scilab2c-cb90161d538655a07d897993cf17a5d23b78e380.tar.bz2 scilab2c-cb90161d538655a07d897993cf17a5d23b78e380.zip |
- Split Matrix operations in several operations
- Enable pow
- Enable implicit lists
- Enable Statistics function maen & sum
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
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 |