summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortorset2009-02-27 15:20:41 +0000
committertorset2009-02-27 15:20:41 +0000
commitdc764e54a5495ccfb82f14588bb36d4894835e58 (patch)
tree5cf2a799f137748c27f5380af909b07b560292f2
parent1c7b71b9db2ec9ac7acfb5f4249d6fde35d4fc85 (diff)
downloadscilab2c-dc764e54a5495ccfb82f14588bb36d4894835e58.tar.gz
scilab2c-dc764e54a5495ccfb82f14588bb36d4894835e58.tar.bz2
scilab2c-dc764e54a5495ccfb82f14588bb36d4894835e58.zip
Update
-rw-r--r--scilab2c/README11
-rw-r--r--scilab2c/TODO20
2 files changed, 29 insertions, 2 deletions
diff --git a/scilab2c/README b/scilab2c/README
index f6b7635f..171987b6 100644
--- a/scilab2c/README
+++ b/scilab2c/README
@@ -118,9 +118,12 @@ precision :
- powm(A) : Real input.
Return either a Real value or a Complex value : don't know the conditions to have one
- - chol(A) : Complex input
+- chol(A) : Complex input
The diagonal must be real;
-
+
+-max(a,b) : Real input only
+
+-min(a,b) : Real input only
Following fuctions must have their 2 input matrix with the same dimension(row1=row2 and column1=column2)
-operation element by element : add, diff, rdiv, ldiv, mul
@@ -141,4 +144,8 @@ Following fuctions must have a square matrix on input
-inv
+-Careful about the functions ceil, floor, fix/int, round with float precision. Exemple :
+floor(1,999999)=2 instead of 1 in Scilab
+floor(1.99999)=1 egal to Scilab result
+
diff --git a/scilab2c/TODO b/scilab2c/TODO
index a8ac88b1..cb6cfe99 100644
--- a/scilab2c/TODO
+++ b/scilab2c/TODO
@@ -58,4 +58,24 @@ AT - FFT and IFFT : need to change Output type
AT - Scilab2CDeps.sci : data have changed and file hasn't been updated. To Update.
+AT - Interface for rand
+BJ - Test rand
+
+BJ - Interface frexp within INIT file.
+
+AT - Functions zeros(), ones(), rand(), eye() return error during generation code
+ See Available functions : d0zeros is available instead of zerosd0
+
+AT - Manage implicitList with complex input arguments : see size declaration in C-Code
+
+AT - Tests for squareMagnitude
+
+AT - Tests for LDivision : see test file
+
+AT - Test for Jmat is empty (but function is unused and not asked)
+
+AT - Tests for lpc2cep
+
+AT - Tests for prod : these are calculation of absolute precision and not relative
+