summaryrefslogtreecommitdiff
path: root/src/matrixOperations/Makefile.in
diff options
context:
space:
mode:
authorsimon2008-07-28 09:37:43 +0000
committersimon2008-07-28 09:37:43 +0000
commit96d72e22c73a591f924a3b334658cc7edb28dda1 (patch)
tree2d6baff1a045d0fb9b9278dc98f5704d3028b3eb /src/matrixOperations/Makefile.in
parentad900ecb538d71ffe96daa76ee1f45060b637f24 (diff)
downloadscilab2c-96d72e22c73a591f924a3b334658cc7edb28dda1.tar.gz
scilab2c-96d72e22c73a591f924a3b334658cc7edb28dda1.tar.bz2
scilab2c-96d72e22c73a591f924a3b334658cc7edb28dda1.zip
updated complex transpose functions ( because they were doing hermitian transpose instead of normal one )
Diffstat (limited to 'src/matrixOperations/Makefile.in')
-rw-r--r--src/matrixOperations/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/matrixOperations/Makefile.in b/src/matrixOperations/Makefile.in
index 619708b8..e0b4956d 100644
--- a/src/matrixOperations/Makefile.in
+++ b/src/matrixOperations/Makefile.in
@@ -172,7 +172,8 @@ SUBDIRS = addition \
cat \
transpose \
division \
- trace
+ trace \
+ hilbert
all: all-recursive