summaryrefslogtreecommitdiff
path: root/js/MatrixOp
diff options
context:
space:
mode:
Diffstat (limited to 'js/MatrixOp')
-rw-r--r--js/MatrixOp/CUMSUM.js2
-rw-r--r--js/MatrixOp/CUMSUM.pickle22
-rw-r--r--js/MatrixOp/EXTRACT.js2
-rw-r--r--js/MatrixOp/EXTRACT.pickle28
-rw-r--r--js/MatrixOp/EXTTRI.js2
-rw-r--r--js/MatrixOp/EXTTRI.pickle22
-rw-r--r--js/MatrixOp/MATBKSL.js2
-rw-r--r--js/MatrixOp/MATBKSL.pickle22
-rw-r--r--js/MatrixOp/MATCATH.js2
-rw-r--r--js/MatrixOp/MATCATH.pickle24
-rw-r--r--js/MatrixOp/MATCATV.js2
-rw-r--r--js/MatrixOp/MATCATV.pickle24
-rw-r--r--js/MatrixOp/MATDET.js2
-rw-r--r--js/MatrixOp/MATDET.pickle22
-rw-r--r--js/MatrixOp/MATDIAG.js2
-rw-r--r--js/MatrixOp/MATDIAG.pickle22
-rw-r--r--js/MatrixOp/MATDIV.js2
-rw-r--r--js/MatrixOp/MATDIV.pickle22
-rw-r--r--js/MatrixOp/MATEIG.js2
-rw-r--r--js/MatrixOp/MATEIG.pickle22
-rw-r--r--js/MatrixOp/MATEXPM.js2
-rw-r--r--js/MatrixOp/MATEXPM.pickle22
-rw-r--r--js/MatrixOp/MATINV.js2
-rw-r--r--js/MatrixOp/MATINV.pickle22
-rw-r--r--js/MatrixOp/MATLU.js2
-rw-r--r--js/MatrixOp/MATLU.pickle22
-rw-r--r--js/MatrixOp/MATMAGPHI.js2
-rw-r--r--js/MatrixOp/MATMAGPHI.pickle22
-rw-r--r--js/MatrixOp/MATMUL.js2
-rw-r--r--js/MatrixOp/MATMUL.pickle26
-rw-r--r--js/MatrixOp/MATPINV.js2
-rw-r--r--js/MatrixOp/MATPINV.pickle22
-rw-r--r--js/MatrixOp/MATRESH.js2
-rw-r--r--js/MatrixOp/MATRESH.pickle22
-rw-r--r--js/MatrixOp/MATSING.js2
-rw-r--r--js/MatrixOp/MATSING.pickle22
-rw-r--r--js/MatrixOp/MATSUM.js2
-rw-r--r--js/MatrixOp/MATSUM.pickle22
-rw-r--r--js/MatrixOp/MATTRAN.js2
-rw-r--r--js/MatrixOp/MATTRAN.pickle26
-rw-r--r--js/MatrixOp/MATZREIM.js2
-rw-r--r--js/MatrixOp/MATZREIM.pickle22
-rw-r--r--js/MatrixOp/RICC.js2
-rw-r--r--js/MatrixOp/RICC.pickle22
-rw-r--r--js/MatrixOp/ROOTCOEF.js2
-rw-r--r--js/MatrixOp/ROOTCOEF.pickle22
-rw-r--r--js/MatrixOp/SQRT.js2
-rw-r--r--js/MatrixOp/SQRT.pickle16
-rw-r--r--js/MatrixOp/SUBMAT.js2
-rw-r--r--js/MatrixOp/SUBMAT.pickle22
50 files changed, 306 insertions, 306 deletions
diff --git a/js/MatrixOp/CUMSUM.js b/js/MatrixOp/CUMSUM.js
index 46691ea3..3283e992 100644
--- a/js/MatrixOp/CUMSUM.js
+++ b/js/MatrixOp/CUMSUM.js
@@ -89,7 +89,7 @@ function CUMSUM() {
out = [this.model.out,this.model.out2];
funtyp = 4;
if (ok) {
- [model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
+ [this.model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
}
if (ok) {
this.model.sim = list(new ScilabString([function_name]), new ScilabDouble([funtyp]));
diff --git a/js/MatrixOp/CUMSUM.pickle b/js/MatrixOp/CUMSUM.pickle
index 994a373c..a299c038 100644
--- a/js/MatrixOp/CUMSUM.pickle
+++ b/js/MatrixOp/CUMSUM.pickle
@@ -72,32 +72,32 @@ g2
sS'arg1.graphics'
p23
g4
-sS'model.out2'
+sS'[this.model,graphics,ok]'
p24
g7
-sS'in1'
+sS'model.out2'
p25
+g7
+sS'in1'
+p26
g2
sS'model.rpar'
-p26
+p27
g2
sS'model.outtyp'
-p27
+p28
g7
sS'model.state'
-p28
+p29
g2
sS'graphics.exprs'
-p29
-NsS'model.ipar'
p30
-g2
-sS'typ'
+NsS'model.ipar'
p31
g2
-sS'[model,graphics,ok]'
+sS'typ'
p32
-g7
+g2
sS'arg1.model'
p33
g4
diff --git a/js/MatrixOp/EXTRACT.js b/js/MatrixOp/EXTRACT.js
index 86a14f92..a47073b4 100644
--- a/js/MatrixOp/EXTRACT.js
+++ b/js/MatrixOp/EXTRACT.js
@@ -90,7 +90,7 @@ function EXTRACT() {
funtyp = 4;
if (ok) {
label = exprs;
- [model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
+ [this.model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
this.model.sim = list(new ScilabString([function_name]), new ScilabDouble([funtyp]));
graphics.exprs = label;
arg1.graphics = graphics;
diff --git a/js/MatrixOp/EXTRACT.pickle b/js/MatrixOp/EXTRACT.pickle
index ba83e454..d65c7d90 100644
--- a/js/MatrixOp/EXTRACT.pickle
+++ b/js/MatrixOp/EXTRACT.pickle
@@ -71,42 +71,42 @@ g2
sS'arg1.graphics'
p23
g4
-sS'model.out2'
+sS'[this.model,graphics,ok]'
p24
g7
-sS'in1'
+sS'model.out2'
p25
+g7
+sS'in1'
+p26
g2
sS'model.rpar'
-p26
+p27
g2
sS'model.outtyp'
-p27
+p28
g7
sS'b'
-p28
+p29
g2
sS'model.state'
-p29
+p30
g2
sS'graphics'
-p30
+p31
g4
sS'ma'
-p31
+p32
g7
sS'model.ipar'
-p32
-g2
-sS'typ'
p33
g2
-sS'a'
+sS'typ'
p34
g2
-sS'[model,graphics,ok]'
+sS'a'
p35
-g7
+g2
sS'arg1.model'
p36
g4
diff --git a/js/MatrixOp/EXTTRI.js b/js/MatrixOp/EXTTRI.js
index 6308b156..071ee74f 100644
--- a/js/MatrixOp/EXTTRI.js
+++ b/js/MatrixOp/EXTTRI.js
@@ -86,7 +86,7 @@ function EXTTRI() {
out = [this.model.out,this.model.out2];
funtyp = 4;
if (ok) {
- [model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
+ [this.model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
}
if (ok) {
this.model.sim = list(new ScilabString([function_name]), new ScilabDouble([funtyp]));
diff --git a/js/MatrixOp/EXTTRI.pickle b/js/MatrixOp/EXTTRI.pickle
index 994a373c..a299c038 100644
--- a/js/MatrixOp/EXTTRI.pickle
+++ b/js/MatrixOp/EXTTRI.pickle
@@ -72,32 +72,32 @@ g2
sS'arg1.graphics'
p23
g4
-sS'model.out2'
+sS'[this.model,graphics,ok]'
p24
g7
-sS'in1'
+sS'model.out2'
p25
+g7
+sS'in1'
+p26
g2
sS'model.rpar'
-p26
+p27
g2
sS'model.outtyp'
-p27
+p28
g7
sS'model.state'
-p28
+p29
g2
sS'graphics.exprs'
-p29
-NsS'model.ipar'
p30
-g2
-sS'typ'
+NsS'model.ipar'
p31
g2
-sS'[model,graphics,ok]'
+sS'typ'
p32
-g7
+g2
sS'arg1.model'
p33
g4
diff --git a/js/MatrixOp/MATBKSL.js b/js/MatrixOp/MATBKSL.js
index 90da221c..120a1e1e 100644
--- a/js/MatrixOp/MATBKSL.js
+++ b/js/MatrixOp/MATBKSL.js
@@ -65,7 +65,7 @@ function MATBKSL() {
funtyp = 4;
if (ok) {
label = exprs;
- [model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
+ [this.model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
this.model.sim = list(new ScilabString([function_name]), new ScilabDouble([funtyp]));
graphics.exprs = label;
arg1.graphics = graphics;
diff --git a/js/MatrixOp/MATBKSL.pickle b/js/MatrixOp/MATBKSL.pickle
index 20810e7d..32187fe9 100644
--- a/js/MatrixOp/MATBKSL.pickle
+++ b/js/MatrixOp/MATBKSL.pickle
@@ -68,32 +68,32 @@ g2
sS'arg1.graphics'
p23
g4
-sS'model.out2'
+sS'[this.model,graphics,ok]'
p24
g9
-sS'in1'
+sS'model.out2'
p25
+g9
+sS'in1'
+p26
g2
sS'model.rpar'
-p26
+p27
g2
sS'model.outtyp'
-p27
+p28
g9
sS'model.state'
-p28
+p29
g2
sS'graphics.exprs'
-p29
-NsS'model.ipar'
p30
-g2
-sS'typ'
+NsS'model.ipar'
p31
g2
-sS'[model,graphics,ok]'
+sS'typ'
p32
-g9
+g2
sS'arg1.model'
p33
g4
diff --git a/js/MatrixOp/MATCATH.js b/js/MatrixOp/MATCATH.js
index 480ac3dd..11fb146f 100644
--- a/js/MatrixOp/MATCATH.js
+++ b/js/MatrixOp/MATCATH.js
@@ -54,7 +54,7 @@ function MATCATH() {
out = [-1,0];
it = -1*(ones(this.nin,1));
ot = -1;
- [model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
+ [this.model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
if (ok) {
funtyp = 4;
this.model.sim = list(new ScilabString(["mat_cath"]), new ScilabDouble([funtyp]));
diff --git a/js/MatrixOp/MATCATH.pickle b/js/MatrixOp/MATCATH.pickle
index a6b8f95e..6f396cfb 100644
--- a/js/MatrixOp/MATCATH.pickle
+++ b/js/MatrixOp/MATCATH.pickle
@@ -67,35 +67,35 @@ g2
sS'arg1.graphics'
p22
g4
-sS'model.out2'
+sS'[this.model,graphics,ok]'
p23
g7
-sS'in1'
+sS'model.out2'
p24
+g7
+sS'in1'
+p25
g2
sS'model.rpar'
-p25
+p26
g2
sS'model.in1'
-p26
+p27
g12
sS'model.outtyp'
-p27
+p28
g7
sS'model.state'
-p28
+p29
g2
sS'graphics.exprs'
-p29
-NsS'model.ipar'
p30
-g2
-sS'typ'
+NsS'model.ipar'
p31
g2
-sS'[model,graphics,ok]'
+sS'typ'
p32
-g7
+g2
sS'arg1.model'
p33
NsS'model.blocktype'
diff --git a/js/MatrixOp/MATCATV.js b/js/MatrixOp/MATCATV.js
index 4f5fd590..865e1f80 100644
--- a/js/MatrixOp/MATCATV.js
+++ b/js/MatrixOp/MATCATV.js
@@ -55,7 +55,7 @@ function MATCATV() {
it = -ones(this.nin,1);
ot = -1;
out = [0,-1];
- [model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
+ [this.model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
if (ok) {
funtyp = 4;
this.model.sim = list(new ScilabString(["mat_catv"]), new ScilabDouble([funtyp]));
diff --git a/js/MatrixOp/MATCATV.pickle b/js/MatrixOp/MATCATV.pickle
index 35105b55..d29515a3 100644
--- a/js/MatrixOp/MATCATV.pickle
+++ b/js/MatrixOp/MATCATV.pickle
@@ -67,35 +67,35 @@ g2
sS'arg1.graphics'
p22
g4
-sS'model.out2'
+sS'[this.model,graphics,ok]'
p23
g7
-sS'in1'
+sS'model.out2'
p24
+g7
+sS'in1'
+p25
g2
sS'model.rpar'
-p25
+p26
g2
sS'model.in1'
-p26
+p27
g12
sS'model.outtyp'
-p27
+p28
g7
sS'model.state'
-p28
+p29
g2
sS'graphics.exprs'
-p29
-NsS'model.ipar'
p30
-g2
-sS'typ'
+NsS'model.ipar'
p31
g2
-sS'[model,graphics,ok]'
+sS'typ'
p32
-g7
+g2
sS'arg1.model'
p33
NsS'model.blocktype'
diff --git a/js/MatrixOp/MATDET.js b/js/MatrixOp/MATDET.js
index 9c0a203b..e9760077 100644
--- a/js/MatrixOp/MATDET.js
+++ b/js/MatrixOp/MATDET.js
@@ -65,7 +65,7 @@ function MATDET() {
funtyp = 4;
if (ok) {
label = exprs;
- [model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
+ [this.model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
this.model.sim = list(new ScilabString([function_name]), new ScilabDouble([funtyp]));
graphics.exprs = label;
arg1.graphics = graphics;
diff --git a/js/MatrixOp/MATDET.pickle b/js/MatrixOp/MATDET.pickle
index 6d151ea7..f8728324 100644
--- a/js/MatrixOp/MATDET.pickle
+++ b/js/MatrixOp/MATDET.pickle
@@ -67,32 +67,32 @@ g2
sS'arg1.graphics'
p22
g4
-sS'model.out2'
+sS'[this.model,graphics,ok]'
p23
g7
-sS'in1'
+sS'model.out2'
p24
+g7
+sS'in1'
+p25
g2
sS'model.rpar'
-p25
+p26
g2
sS'model.outtyp'
-p26
+p27
g7
sS'model.state'
-p27
+p28
g2
sS'graphics.exprs'
-p28
-NsS'model.ipar'
p29
-g2
-sS'typ'
+NsS'model.ipar'
p30
g2
-sS'[model,graphics,ok]'
+sS'typ'
p31
-g7
+g2
sS'arg1.model'
p32
g4
diff --git a/js/MatrixOp/MATDIAG.js b/js/MatrixOp/MATDIAG.js
index 4dba485a..f3cd3976 100644
--- a/js/MatrixOp/MATDIAG.js
+++ b/js/MatrixOp/MATDIAG.js
@@ -65,7 +65,7 @@ function MATDIAG() {
funtyp = 4;
if (ok) {
label = exprs;
- [model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
+ [this.model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
this.model.sim = list(new ScilabString([function_name]), new ScilabDouble([funtyp]));
graphics.exprs = label;
arg1.graphics = graphics;
diff --git a/js/MatrixOp/MATDIAG.pickle b/js/MatrixOp/MATDIAG.pickle
index 6d151ea7..f8728324 100644
--- a/js/MatrixOp/MATDIAG.pickle
+++ b/js/MatrixOp/MATDIAG.pickle
@@ -67,32 +67,32 @@ g2
sS'arg1.graphics'
p22
g4
-sS'model.out2'
+sS'[this.model,graphics,ok]'
p23
g7
-sS'in1'
+sS'model.out2'
p24
+g7
+sS'in1'
+p25
g2
sS'model.rpar'
-p25
+p26
g2
sS'model.outtyp'
-p26
+p27
g7
sS'model.state'
-p27
+p28
g2
sS'graphics.exprs'
-p28
-NsS'model.ipar'
p29
-g2
-sS'typ'
+NsS'model.ipar'
p30
g2
-sS'[model,graphics,ok]'
+sS'typ'
p31
-g7
+g2
sS'arg1.model'
p32
g4
diff --git a/js/MatrixOp/MATDIV.js b/js/MatrixOp/MATDIV.js
index f63de760..3243ef61 100644
--- a/js/MatrixOp/MATDIV.js
+++ b/js/MatrixOp/MATDIV.js
@@ -65,7 +65,7 @@ function MATDIV() {
funtyp = 4;
if (ok) {
label = exprs;
- [model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
+ [this.model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
this.model.sim = list(new ScilabString([function_name]), new ScilabDouble([funtyp]));
graphics.exprs = label;
arg1.graphics = graphics;
diff --git a/js/MatrixOp/MATDIV.pickle b/js/MatrixOp/MATDIV.pickle
index 20810e7d..32187fe9 100644
--- a/js/MatrixOp/MATDIV.pickle
+++ b/js/MatrixOp/MATDIV.pickle
@@ -68,32 +68,32 @@ g2
sS'arg1.graphics'
p23
g4
-sS'model.out2'
+sS'[this.model,graphics,ok]'
p24
g9
-sS'in1'
+sS'model.out2'
p25
+g9
+sS'in1'
+p26
g2
sS'model.rpar'
-p26
+p27
g2
sS'model.outtyp'
-p27
+p28
g9
sS'model.state'
-p28
+p29
g2
sS'graphics.exprs'
-p29
-NsS'model.ipar'
p30
-g2
-sS'typ'
+NsS'model.ipar'
p31
g2
-sS'[model,graphics,ok]'
+sS'typ'
p32
-g9
+g2
sS'arg1.model'
p33
g4
diff --git a/js/MatrixOp/MATEIG.js b/js/MatrixOp/MATEIG.js
index b6490e9f..bd8d9a1c 100644
--- a/js/MatrixOp/MATEIG.js
+++ b/js/MatrixOp/MATEIG.js
@@ -87,7 +87,7 @@ function MATEIG() {
in1 = [-1,-1];
funtyp = 4;
if (ok) {
- [model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
+ [this.model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
}
if (ok) {
this.model.sim = list(new ScilabString([function_name]), new ScilabDouble([funtyp]));
diff --git a/js/MatrixOp/MATEIG.pickle b/js/MatrixOp/MATEIG.pickle
index 3abe7647..dced0534 100644
--- a/js/MatrixOp/MATEIG.pickle
+++ b/js/MatrixOp/MATEIG.pickle
@@ -72,32 +72,32 @@ g2
sS'arg1.graphics'
p23
g4
-sS'model.out2'
+sS'[this.model,graphics,ok]'
p24
g7
-sS'in1'
+sS'model.out2'
p25
+g7
+sS'in1'
+p26
g2
sS'model.rpar'
-p26
+p27
g2
sS'model.outtyp'
-p27
+p28
g7
sS'model.state'
-p28
+p29
g2
sS'graphics.exprs'
-p29
-NsS'model.ipar'
p30
-g2
-sS'typ'
+NsS'model.ipar'
p31
g2
-sS'[model,graphics,ok]'
+sS'typ'
p32
-g7
+g2
sS'arg1.model'
p33
NsS'label[9-1]'
diff --git a/js/MatrixOp/MATEXPM.js b/js/MatrixOp/MATEXPM.js
index 9a93cdac..d528759f 100644
--- a/js/MatrixOp/MATEXPM.js
+++ b/js/MatrixOp/MATEXPM.js
@@ -65,7 +65,7 @@ function MATEXPM() {
funtyp = 4;
if (ok) {
label = exprs;
- [model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
+ [this.model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
this.model.sim = list(new ScilabString([function_name]), new ScilabDouble([funtyp]));
graphics.exprs = label;
arg1.graphics = graphics;
diff --git a/js/MatrixOp/MATEXPM.pickle b/js/MatrixOp/MATEXPM.pickle
index 6d151ea7..f8728324 100644
--- a/js/MatrixOp/MATEXPM.pickle
+++ b/js/MatrixOp/MATEXPM.pickle
@@ -67,32 +67,32 @@ g2
sS'arg1.graphics'
p22
g4
-sS'model.out2'
+sS'[this.model,graphics,ok]'
p23
g7
-sS'in1'
+sS'model.out2'
p24
+g7
+sS'in1'
+p25
g2
sS'model.rpar'
-p25
+p26
g2
sS'model.outtyp'
-p26
+p27
g7
sS'model.state'
-p27
+p28
g2
sS'graphics.exprs'
-p28
-NsS'model.ipar'
p29
-g2
-sS'typ'
+NsS'model.ipar'
p30
g2
-sS'[model,graphics,ok]'
+sS'typ'
p31
-g7
+g2
sS'arg1.model'
p32
g4
diff --git a/js/MatrixOp/MATINV.js b/js/MatrixOp/MATINV.js
index d2418006..d43ab5fd 100644
--- a/js/MatrixOp/MATINV.js
+++ b/js/MatrixOp/MATINV.js
@@ -65,7 +65,7 @@ function MATINV() {
funtyp = 4;
if (ok) {
label = exprs;
- [model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
+ [this.model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
this.model.sim = list(new ScilabString([function_name]), new ScilabDouble([funtyp]));
graphics.exprs = label;
arg1.graphics = graphics;
diff --git a/js/MatrixOp/MATINV.pickle b/js/MatrixOp/MATINV.pickle
index 6d151ea7..f8728324 100644
--- a/js/MatrixOp/MATINV.pickle
+++ b/js/MatrixOp/MATINV.pickle
@@ -67,32 +67,32 @@ g2
sS'arg1.graphics'
p22
g4
-sS'model.out2'
+sS'[this.model,graphics,ok]'
p23
g7
-sS'in1'
+sS'model.out2'
p24
+g7
+sS'in1'
+p25
g2
sS'model.rpar'
-p25
+p26
g2
sS'model.outtyp'
-p26
+p27
g7
sS'model.state'
-p27
+p28
g2
sS'graphics.exprs'
-p28
-NsS'model.ipar'
p29
-g2
-sS'typ'
+NsS'model.ipar'
p30
g2
-sS'[model,graphics,ok]'
+sS'typ'
p31
-g7
+g2
sS'arg1.model'
p32
g4
diff --git a/js/MatrixOp/MATLU.js b/js/MatrixOp/MATLU.js
index a81521e3..4165a819 100644
--- a/js/MatrixOp/MATLU.js
+++ b/js/MatrixOp/MATLU.js
@@ -62,7 +62,7 @@ function MATLU() {
ok = false;
}
if (ok) {
- [model,graphics,ok] = set_io(this.model,graphics,list([this.model.in1,this.model.in2],it),list([this.model.out,this.model.out2],ot),[],[]);
+ [this.model,graphics,ok] = set_io(this.model,graphics,list([this.model.in1,this.model.in2],it),list([this.model.out,this.model.out2],ot),[],[]);
}
if (ok) {
funtyp = 4;
diff --git a/js/MatrixOp/MATLU.pickle b/js/MatrixOp/MATLU.pickle
index ff1230e1..85dd387e 100644
--- a/js/MatrixOp/MATLU.pickle
+++ b/js/MatrixOp/MATLU.pickle
@@ -67,32 +67,32 @@ p21
sS'model.evtout'
p22
g2
-sS'model.out2'
+sS'[this.model,graphics,ok]'
p23
+g7
+sS'model.out2'
+p24
g11
sS'model.intyp'
-p24
+p25
g7
sS'model.rpar'
-p25
+p26
g2
sS'model.outtyp'
-p26
+p27
g2
sS'model.state'
-p27
+p28
g2
sS'graphics.exprs'
-p28
-NsS'model.ipar'
p29
-g2
-sS'typ'
+NsS'model.ipar'
p30
g2
-sS'[model,graphics,ok]'
+sS'typ'
p31
-g7
+g2
sS'label[9-1]'
p32
g2
diff --git a/js/MatrixOp/MATMAGPHI.js b/js/MatrixOp/MATMAGPHI.js
index e46a7675..66f79ecf 100644
--- a/js/MatrixOp/MATMAGPHI.js
+++ b/js/MatrixOp/MATMAGPHI.js
@@ -68,7 +68,7 @@ function MATMAGPHI() {
}
funtyp = 4;
if (ok) {
- [model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
+ [this.model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
}
if (ok) {
this.model.sim = list(new ScilabString([function_name]), new ScilabDouble([funtyp]));
diff --git a/js/MatrixOp/MATMAGPHI.pickle b/js/MatrixOp/MATMAGPHI.pickle
index 3d381476..7457f5ff 100644
--- a/js/MatrixOp/MATMAGPHI.pickle
+++ b/js/MatrixOp/MATMAGPHI.pickle
@@ -70,32 +70,32 @@ g2
sS'arg1.graphics'
p23
g4
-sS'model.out2'
+sS'[this.model,graphics,ok]'
p24
+g8
+sS'model.out2'
+p25
g11
sS'in1'
-p25
+p26
g11
sS'model.rpar'
-p26
+p27
g2
sS'model.outtyp'
-p27
+p28
g2
sS'model.state'
-p28
+p29
g2
sS'graphics.exprs'
-p29
-NsS'model.ipar'
p30
-g2
-sS'typ'
+NsS'model.ipar'
p31
g2
-sS'[model,graphics,ok]'
+sS'typ'
p32
-g8
+g2
sS'arg1.model'
p33
NsS'label[9-1]'
diff --git a/js/MatrixOp/MATMUL.js b/js/MatrixOp/MATMUL.js
index 4a0d6a2f..a3120182 100644
--- a/js/MatrixOp/MATMUL.js
+++ b/js/MatrixOp/MATMUL.js
@@ -146,7 +146,7 @@ function MATMUL() {
in1 = [[-1,-2],[1,1]];
out = [-1,-2];
}
- [model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
+ [this.model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
if (ok) {
label = exprs;
this.model.ipar = new ScilabDouble([this.rule]);
diff --git a/js/MatrixOp/MATMUL.pickle b/js/MatrixOp/MATMUL.pickle
index a4d88c1e..f7fd7b67 100644
--- a/js/MatrixOp/MATMUL.pickle
+++ b/js/MatrixOp/MATMUL.pickle
@@ -61,37 +61,37 @@ g8
sS'np'
p19
g10
-sS'model.sim'
+sS'[this.model,graphics,ok]'
p20
-S'list'
+g10
+sS'model.sim'
p21
-sS'label[2-1]'
+S'list'
p22
+sS'label[2-1]'
+p23
g10
sS'model.out2'
-p23
+p24
g10
sS'in1'
-p24
+p25
g14
sS'model.rpar'
-p25
+p26
g14
sS'kmax'
-p26
+p27
g10
sS'graphics'
-p27
+p28
g2
sS'model.ipar'
-p28
+p29
g10
sS'typ'
-p29
-g8
-sS'[model,graphics,ok]'
p30
-g10
+g8
sS'ot'
p31
NsS'ok'
diff --git a/js/MatrixOp/MATPINV.js b/js/MatrixOp/MATPINV.js
index 6f4d578a..c055a359 100644
--- a/js/MatrixOp/MATPINV.js
+++ b/js/MatrixOp/MATPINV.js
@@ -65,7 +65,7 @@ function MATPINV() {
funtyp = 4;
if (ok) {
label = exprs;
- [model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
+ [this.model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
this.model.sim = list(new ScilabString([function_name]), new ScilabDouble([funtyp]));
graphics.exprs = label;
arg1.graphics = graphics;
diff --git a/js/MatrixOp/MATPINV.pickle b/js/MatrixOp/MATPINV.pickle
index 6d151ea7..f8728324 100644
--- a/js/MatrixOp/MATPINV.pickle
+++ b/js/MatrixOp/MATPINV.pickle
@@ -67,32 +67,32 @@ g2
sS'arg1.graphics'
p22
g4
-sS'model.out2'
+sS'[this.model,graphics,ok]'
p23
g7
-sS'in1'
+sS'model.out2'
p24
+g7
+sS'in1'
+p25
g2
sS'model.rpar'
-p25
+p26
g2
sS'model.outtyp'
-p26
+p27
g7
sS'model.state'
-p27
+p28
g2
sS'graphics.exprs'
-p28
-NsS'model.ipar'
p29
-g2
-sS'typ'
+NsS'model.ipar'
p30
g2
-sS'[model,graphics,ok]'
+sS'typ'
p31
-g7
+g2
sS'arg1.model'
p32
g4
diff --git a/js/MatrixOp/MATRESH.js b/js/MatrixOp/MATRESH.js
index 9fc73857..647cc3db 100644
--- a/js/MatrixOp/MATRESH.js
+++ b/js/MatrixOp/MATRESH.js
@@ -91,7 +91,7 @@ function MATRESH() {
}
if (ok) {
label = this.lab;
- [model,graphics,ok] = set_io(this.model,graphics,list(this.l1,it),list(this.out,ot),[],[]);
+ [this.model,graphics,ok] = set_io(this.model,graphics,list(this.l1,it),list(this.out,ot),[],[]);
}
if (ok) {
funtyp = 4;
diff --git a/js/MatrixOp/MATRESH.pickle b/js/MatrixOp/MATRESH.pickle
index e5f1a4cb..ca6a495b 100644
--- a/js/MatrixOp/MATRESH.pickle
+++ b/js/MatrixOp/MATRESH.pickle
@@ -71,32 +71,32 @@ g7
sS'arg1.graphics'
p22
g4
-sS'model.out2'
+sS'[this.model,graphics,ok]'
p23
g7
-sS'model.intyp'
+sS'model.out2'
p24
g7
-sS'model.rpar'
+sS'model.intyp'
p25
+g7
+sS'model.rpar'
+p26
g2
sS'model.outtyp'
-p26
+p27
g7
sS'model.state'
-p27
+p28
g2
sS'graphics.exprs'
-p28
-NsS'model.ipar'
p29
-g2
-sS'typ'
+NsS'model.ipar'
p30
g2
-sS'[model,graphics,ok]'
+sS'typ'
p31
-g7
+g2
sS'arg1.model'
p32
NsS'label[9-1]'
diff --git a/js/MatrixOp/MATSING.js b/js/MatrixOp/MATSING.js
index 6074ea98..7f0bd2ec 100644
--- a/js/MatrixOp/MATSING.js
+++ b/js/MatrixOp/MATSING.js
@@ -90,7 +90,7 @@ function MATSING() {
}
funtyp = 4;
if (ok) {
- [model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
+ [this.model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
}
if (ok) {
this.model.sim = list(new ScilabString([function_name]), new ScilabDouble([funtyp]));
diff --git a/js/MatrixOp/MATSING.pickle b/js/MatrixOp/MATSING.pickle
index 3abe7647..dced0534 100644
--- a/js/MatrixOp/MATSING.pickle
+++ b/js/MatrixOp/MATSING.pickle
@@ -72,32 +72,32 @@ g2
sS'arg1.graphics'
p23
g4
-sS'model.out2'
+sS'[this.model,graphics,ok]'
p24
g7
-sS'in1'
+sS'model.out2'
p25
+g7
+sS'in1'
+p26
g2
sS'model.rpar'
-p26
+p27
g2
sS'model.outtyp'
-p27
+p28
g7
sS'model.state'
-p28
+p29
g2
sS'graphics.exprs'
-p29
-NsS'model.ipar'
p30
-g2
-sS'typ'
+NsS'model.ipar'
p31
g2
-sS'[model,graphics,ok]'
+sS'typ'
p32
-g7
+g2
sS'arg1.model'
p33
NsS'label[9-1]'
diff --git a/js/MatrixOp/MATSUM.js b/js/MatrixOp/MATSUM.js
index 4a1c7f54..d60e4191 100644
--- a/js/MatrixOp/MATSUM.js
+++ b/js/MatrixOp/MATSUM.js
@@ -91,7 +91,7 @@ function MATSUM() {
in1 = [this.model.in1,this.model.in2];
funtyp = 4;
if (ok) {
- [model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
+ [this.model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
}
if (ok) {
this.model.sim = list(new ScilabString([function_name]), new ScilabDouble([funtyp]));
diff --git a/js/MatrixOp/MATSUM.pickle b/js/MatrixOp/MATSUM.pickle
index 994a373c..a299c038 100644
--- a/js/MatrixOp/MATSUM.pickle
+++ b/js/MatrixOp/MATSUM.pickle
@@ -72,32 +72,32 @@ g2
sS'arg1.graphics'
p23
g4
-sS'model.out2'
+sS'[this.model,graphics,ok]'
p24
g7
-sS'in1'
+sS'model.out2'
p25
+g7
+sS'in1'
+p26
g2
sS'model.rpar'
-p26
+p27
g2
sS'model.outtyp'
-p27
+p28
g7
sS'model.state'
-p28
+p29
g2
sS'graphics.exprs'
-p29
-NsS'model.ipar'
p30
-g2
-sS'typ'
+NsS'model.ipar'
p31
g2
-sS'[model,graphics,ok]'
+sS'typ'
p32
-g7
+g2
sS'arg1.model'
p33
g4
diff --git a/js/MatrixOp/MATTRAN.js b/js/MatrixOp/MATTRAN.js
index c26cfbb1..847402cb 100644
--- a/js/MatrixOp/MATTRAN.js
+++ b/js/MatrixOp/MATTRAN.js
@@ -59,7 +59,7 @@ function MATTRAN() {
funtyp = 4;
if (ok) {
label = exprs;
- [model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
+ [this.model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
this.model.sim = list(new ScilabString([function_name]), new ScilabDouble([funtyp]));
graphics.exprs = label;
arg1.graphics = graphics;
diff --git a/js/MatrixOp/MATTRAN.pickle b/js/MatrixOp/MATTRAN.pickle
index 58486968..924ff553 100644
--- a/js/MatrixOp/MATTRAN.pickle
+++ b/js/MatrixOp/MATTRAN.pickle
@@ -43,34 +43,34 @@ g5
sS'label'
p12
g9
-sS'function_name'
+sS'[this.model,graphics,ok]'
p13
-S'string'
+g5
+sS'function_name'
p14
-sS'model.sim'
+S'string'
p15
-S'list'
+sS'model.sim'
p16
-sS'arg1.graphics'
+S'list'
p17
+sS'arg1.graphics'
+p18
g2
sS'label[2-1]'
-p18
+p19
g5
sS'model.out2'
-p19
+p20
g5
sS'in1'
-p20
+p21
g9
sS'graphics.exprs'
-p21
-NsS'typ'
p22
-g9
-sS'[model,graphics,ok]'
+NsS'typ'
p23
-g5
+g9
sS'arg1.model'
p24
g2
diff --git a/js/MatrixOp/MATZREIM.js b/js/MatrixOp/MATZREIM.js
index fdbcbc58..432b6148 100644
--- a/js/MatrixOp/MATZREIM.js
+++ b/js/MatrixOp/MATZREIM.js
@@ -68,7 +68,7 @@ function MATZREIM() {
}
funtyp = 4;
if (ok) {
- [model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
+ [this.model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
}
if (ok) {
this.model.sim = list(new ScilabString([function_name]), new ScilabDouble([funtyp]));
diff --git a/js/MatrixOp/MATZREIM.pickle b/js/MatrixOp/MATZREIM.pickle
index 4b66a7ce..da48cdb1 100644
--- a/js/MatrixOp/MATZREIM.pickle
+++ b/js/MatrixOp/MATZREIM.pickle
@@ -70,32 +70,32 @@ g2
sS'arg1.graphics'
p23
g4
-sS'model.out2'
+sS'[this.model,graphics,ok]'
p24
+g8
+sS'model.out2'
+p25
g11
sS'in1'
-p25
+p26
g11
sS'model.rpar'
-p26
+p27
g2
sS'model.outtyp'
-p27
+p28
g2
sS'model.state'
-p28
+p29
g2
sS'graphics.exprs'
-p29
-NsS'model.ipar'
p30
-g2
-sS'typ'
+NsS'model.ipar'
p31
g2
-sS'[model,graphics,ok]'
+sS'typ'
p32
-g8
+g2
sS'arg1.model'
p33
NsS'label[9-1]'
diff --git a/js/MatrixOp/RICC.js b/js/MatrixOp/RICC.js
index aaf3745a..686cf3af 100644
--- a/js/MatrixOp/RICC.js
+++ b/js/MatrixOp/RICC.js
@@ -55,7 +55,7 @@ function RICC() {
it = [1,1,1];
ot = 1;
label = exprs;
- [model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
+ [this.model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
if (ok) {
this.model.ipar = [[this.tpe],[this.mod]];
graphics.exprs = label;
diff --git a/js/MatrixOp/RICC.pickle b/js/MatrixOp/RICC.pickle
index f477deec..5a4ca420 100644
--- a/js/MatrixOp/RICC.pickle
+++ b/js/MatrixOp/RICC.pickle
@@ -70,32 +70,32 @@ g2
sS'arg1.graphics'
p23
g4
-sS'model.out2'
+sS'[this.model,graphics,ok]'
p24
g9
-sS'in1'
+sS'model.out2'
p25
+g9
+sS'in1'
+p26
g2
sS'model.rpar'
-p26
+p27
g2
sS'model.outtyp'
-p27
+p28
g9
sS'model.state'
-p28
+p29
g2
sS'graphics.exprs'
-p29
-NsS'model.ipar'
p30
+NsS'model.ipar'
+p31
g13
sS'typ'
-p31
-g2
-sS'[model,graphics,ok]'
p32
-g9
+g2
sS'arg1.model'
p33
g4
diff --git a/js/MatrixOp/ROOTCOEF.js b/js/MatrixOp/ROOTCOEF.js
index 35ba9f40..b92ae12a 100644
--- a/js/MatrixOp/ROOTCOEF.js
+++ b/js/MatrixOp/ROOTCOEF.js
@@ -67,7 +67,7 @@ function ROOTCOEF() {
funtyp = 4;
if (ok) {
label = exprs;
- [model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
+ [this.model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
this.model.sim = list(new ScilabString([function_name]), new ScilabDouble([funtyp]));
graphics.exprs = label;
arg1.graphics = graphics;
diff --git a/js/MatrixOp/ROOTCOEF.pickle b/js/MatrixOp/ROOTCOEF.pickle
index 7d3b8e19..38cb75d8 100644
--- a/js/MatrixOp/ROOTCOEF.pickle
+++ b/js/MatrixOp/ROOTCOEF.pickle
@@ -70,32 +70,32 @@ g2
sS'arg1.graphics'
p23
g4
-sS'model.out2'
+sS'[this.model,graphics,ok]'
p24
g7
-sS'in1'
+sS'model.out2'
p25
+g7
+sS'in1'
+p26
g2
sS'model.rpar'
-p26
+p27
g2
sS'model.outtyp'
-p27
+p28
g7
sS'model.state'
-p28
+p29
g2
sS'graphics.exprs'
-p29
-NsS'model.ipar'
p30
-g2
-sS'typ'
+NsS'model.ipar'
p31
g2
-sS'[model,graphics,ok]'
+sS'typ'
p32
-g7
+g2
sS'arg1.model'
p33
g4
diff --git a/js/MatrixOp/SQRT.js b/js/MatrixOp/SQRT.js
index 24b08dfb..f9eeb3f7 100644
--- a/js/MatrixOp/SQRT.js
+++ b/js/MatrixOp/SQRT.js
@@ -50,7 +50,7 @@ function SQRT() {
funtyp = 4;
if (ok) {
label = exprs;
- [model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
+ [this.model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
this.model.sim = list(new ScilabString([function_name]), new ScilabDouble([funtyp]));
graphics.exprs = label;
arg1.graphics = graphics;
diff --git a/js/MatrixOp/SQRT.pickle b/js/MatrixOp/SQRT.pickle
index cc8de48e..633e0a08 100644
--- a/js/MatrixOp/SQRT.pickle
+++ b/js/MatrixOp/SQRT.pickle
@@ -55,23 +55,23 @@ p17
sS'arg1.graphics'
p18
g2
-sS'model.out2'
+sS'[this.model,graphics,ok]'
p19
g7
-sS'in1'
+sS'model.out2'
p20
+g7
+sS'in1'
+p21
g5
sS'model.outtyp'
-p21
+p22
g7
sS'graphics.exprs'
-p22
-NsS'typ'
p23
-g5
-sS'[model,graphics,ok]'
+NsS'typ'
p24
-g7
+g5
sS'arg1.model'
p25
g2
diff --git a/js/MatrixOp/SUBMAT.js b/js/MatrixOp/SUBMAT.js
index dc7e41e3..0876be30 100644
--- a/js/MatrixOp/SUBMAT.js
+++ b/js/MatrixOp/SUBMAT.js
@@ -96,7 +96,7 @@ function SUBMAT() {
funtyp = 4;
label = exprs;
if (ok) {
- [model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
+ [this.model,graphics,ok] = set_io(this.model,graphics,list(in1,it),list(out,ot),[],[]);
this.model.sim = list(new ScilabString([function_name]), new ScilabDouble([funtyp]));
graphics.exprs = label;
arg1.graphics = graphics;
diff --git a/js/MatrixOp/SUBMAT.pickle b/js/MatrixOp/SUBMAT.pickle
index 61574df6..a1b8771c 100644
--- a/js/MatrixOp/SUBMAT.pickle
+++ b/js/MatrixOp/SUBMAT.pickle
@@ -78,33 +78,33 @@ g2
sS'arg1.graphics'
p23
g4
-sS'model.out2'
+sS'[this.model,graphics,ok]'
p24
g7
-sS'in1'
+sS'model.out2'
p25
+g7
+sS'in1'
+p26
g2
sS'model.rpar'
-p26
+p27
g2
sS'model.outtyp'
-p27
+p28
g7
sS'model.state'
-p28
+p29
g2
sS'graphics.exprs'
-p29
-NsS'model.ipar'
p30
+NsS'model.ipar'
+p31
g15
sS'typ'
-p31
+p32
g2
sS'label[6-1]'
-p32
-g7
-sS'[model,graphics,ok]'
p33
g7
sS'arg1.model'