diff options
author | simon | 2008-07-28 09:37:43 +0000 |
---|---|---|
committer | simon | 2008-07-28 09:37:43 +0000 |
commit | 96d72e22c73a591f924a3b334658cc7edb28dda1 (patch) | |
tree | 2d6baff1a045d0fb9b9278dc98f5704d3028b3eb /src/matrixOperations/Makefile.in | |
parent | ad900ecb538d71ffe96daa76ee1f45060b637f24 (diff) | |
download | scilab2c-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.in | 3 |
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 |