summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authortorset2009-02-25 14:12:42 +0000
committertorset2009-02-25 14:12:42 +0000
commit23f1b553079694ff11b27ea54894199ff2550c3d (patch)
tree0ff3b71019f4940fc41711a1a9384d2e0565cab6 /README
parent56f5d7e05f28b173d3227bbe7f5d2039759430ab (diff)
downloadscilab2c-23f1b553079694ff11b27ea54894199ff2550c3d.tar.gz
scilab2c-23f1b553079694ff11b27ea54894199ff2550c3d.tar.bz2
scilab2c-23f1b553079694ff11b27ea54894199ff2550c3d.zip
Update
Diffstat (limited to 'README')
-rw-r--r--README38
1 files changed, 36 insertions, 2 deletions
diff --git a/README b/README
index 19eb54f4..f6b7635f 100644
--- a/README
+++ b/README
@@ -104,7 +104,41 @@ precision :
Return a Real value if x E ] 0 ; +inf [
Return a Complex value if x E ] -inf ; 0 [
-
-
+- spec(A) : Real input.
+ Return a Real value if A symmetric and for some other cases (to complete)
+ Return a Complex value otherelse
+
+- spec2(A) : Real input.
+ Return Reals value if A symmetric and for some other cases (to complete)
+ Return Complexes value otherelse
+
+- logm(A) : Real input.
+ Return either a Real value or a Complex value : don't know the conditions to have one
+
+- 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
The diagonal must be real;
+
+
+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
+-comparaison operators : LogEq, LogNe, LogGt, LogGe, LogLt, LogLe
+-pow
+
+
+
+Following fuctions must have a square matrix on input
+-logm
+-powm
+-determ
+-chol
+-trace
+-lpc2cep (because using logm)
+-spec
+-spec2
+-inv
+
+
+