summaryrefslogtreecommitdiff
path: root/js/MatrixOp
diff options
context:
space:
mode:
Diffstat (limited to 'js/MatrixOp')
-rw-r--r--js/MatrixOp/CUMSUM.js3
-rw-r--r--js/MatrixOp/EXTRACT.js3
-rw-r--r--js/MatrixOp/EXTTRI.js3
-rw-r--r--js/MatrixOp/MATBKSL.js1
-rw-r--r--js/MatrixOp/MATCATH.js2
-rw-r--r--js/MatrixOp/MATCATV.js2
-rw-r--r--js/MatrixOp/MATDET.js1
-rw-r--r--js/MatrixOp/MATDIAG.js1
-rw-r--r--js/MatrixOp/MATDIV.js1
-rw-r--r--js/MatrixOp/MATEIG.js3
-rw-r--r--js/MatrixOp/MATEXPM.js1
-rw-r--r--js/MatrixOp/MATINV.js1
-rw-r--r--js/MatrixOp/MATLU.js2
-rw-r--r--js/MatrixOp/MATMAGPHI.js2
-rw-r--r--js/MatrixOp/MATMUL.js3
-rw-r--r--js/MatrixOp/MATPINV.js1
-rw-r--r--js/MatrixOp/MATRESH.js4
-rw-r--r--js/MatrixOp/MATSING.js3
-rw-r--r--js/MatrixOp/MATSUM.js3
-rw-r--r--js/MatrixOp/MATTRAN.js2
-rw-r--r--js/MatrixOp/MATZREIM.js2
-rw-r--r--js/MatrixOp/RICC.js2
-rw-r--r--js/MatrixOp/ROOTCOEF.js2
-rw-r--r--js/MatrixOp/SQRT.js1
-rw-r--r--js/MatrixOp/SUBMAT.js6
25 files changed, 55 insertions, 0 deletions
diff --git a/js/MatrixOp/CUMSUM.js b/js/MatrixOp/CUMSUM.js
index b099f884..a940d7bb 100644
--- a/js/MatrixOp/CUMSUM.js
+++ b/js/MatrixOp/CUMSUM.js
@@ -31,6 +31,9 @@ function CUMSUM() {
CUMSUM.prototype.get = function CUMSUM() {
}
CUMSUM.prototype.set = function CUMSUM() {
+ this.typ = parseFloat((arguments[0]["typ"]))
+ this.decomptyp = parseFloat((arguments[0]["decomptyp"]))
+ this.lab = parseFloat((arguments[0]["lab"]))
this.x = arg1;
model = arg1.model;
graphics = arg1.graphics;
diff --git a/js/MatrixOp/EXTRACT.js b/js/MatrixOp/EXTRACT.js
index 0c5f8947..763e84fc 100644
--- a/js/MatrixOp/EXTRACT.js
+++ b/js/MatrixOp/EXTRACT.js
@@ -31,6 +31,9 @@ function EXTRACT() {
EXTRACT.prototype.get = function EXTRACT() {
}
EXTRACT.prototype.set = function EXTRACT() {
+ this.typ = parseFloat((arguments[0]["typ"]))
+ this.a = parseFloat((arguments[0]["a"]))
+ this.b = parseFloat((arguments[0]["b"]))
this.x = arg1;
graphics = arg1.graphics;
label = graphics.exprs;
diff --git a/js/MatrixOp/EXTTRI.js b/js/MatrixOp/EXTTRI.js
index 8ad97ebf..385c22d3 100644
--- a/js/MatrixOp/EXTTRI.js
+++ b/js/MatrixOp/EXTTRI.js
@@ -31,6 +31,9 @@ function EXTTRI() {
EXTTRI.prototype.get = function EXTTRI() {
}
EXTTRI.prototype.set = function EXTTRI() {
+ this.typ = parseFloat((arguments[0]["typ"]))
+ this.decomptyp = parseFloat((arguments[0]["decomptyp"]))
+ this.lab = parseFloat((arguments[0]["lab"]))
this.x = arg1;
model = arg1.model;
graphics = arg1.graphics;
diff --git a/js/MatrixOp/MATBKSL.js b/js/MatrixOp/MATBKSL.js
index a4bea4b5..cd80d57f 100644
--- a/js/MatrixOp/MATBKSL.js
+++ b/js/MatrixOp/MATBKSL.js
@@ -31,6 +31,7 @@ function MATBKSL() {
MATBKSL.prototype.get = function MATBKSL() {
}
MATBKSL.prototype.set = function MATBKSL() {
+ this.typ = parseFloat((arguments[0]["typ"]))
this.x = arg1;
graphics = arg1.graphics;
label = graphics.exprs;
diff --git a/js/MatrixOp/MATCATH.js b/js/MatrixOp/MATCATH.js
index dbdbc97b..093ec5c4 100644
--- a/js/MatrixOp/MATCATH.js
+++ b/js/MatrixOp/MATCATH.js
@@ -31,6 +31,8 @@ function MATCATH() {
MATCATH.prototype.get = function MATCATH() {
}
MATCATH.prototype.set = function MATCATH() {
+ this.nin = parseFloat((arguments[0]["nin"]))
+ this.lab = parseFloat((arguments[0]["lab"]))
this.x = arg1;
model = arg1.model;
graphics = arg1.graphics;
diff --git a/js/MatrixOp/MATCATV.js b/js/MatrixOp/MATCATV.js
index 4824e14d..b7f9a118 100644
--- a/js/MatrixOp/MATCATV.js
+++ b/js/MatrixOp/MATCATV.js
@@ -32,6 +32,8 @@ function MATCATV() {
MATCATV.prototype.get = function MATCATV() {
}
MATCATV.prototype.set = function MATCATV() {
+ this.nin = parseFloat((arguments[0]["nin"]))
+ this.lab = parseFloat((arguments[0]["lab"]))
this.x = arg1;
model = arg1.model;
graphics = arg1.graphics;
diff --git a/js/MatrixOp/MATDET.js b/js/MatrixOp/MATDET.js
index 9aed36c1..eb58d2a8 100644
--- a/js/MatrixOp/MATDET.js
+++ b/js/MatrixOp/MATDET.js
@@ -31,6 +31,7 @@ function MATDET() {
MATDET.prototype.get = function MATDET() {
}
MATDET.prototype.set = function MATDET() {
+ this.typ = parseFloat((arguments[0]["typ"]))
this.x = arg1;
graphics = arg1.graphics;
label = graphics.exprs;
diff --git a/js/MatrixOp/MATDIAG.js b/js/MatrixOp/MATDIAG.js
index b1ac519f..ce4df9c6 100644
--- a/js/MatrixOp/MATDIAG.js
+++ b/js/MatrixOp/MATDIAG.js
@@ -31,6 +31,7 @@ function MATDIAG() {
MATDIAG.prototype.get = function MATDIAG() {
}
MATDIAG.prototype.set = function MATDIAG() {
+ this.typ = parseFloat((arguments[0]["typ"]))
this.x = arg1;
graphics = arg1.graphics;
label = graphics.exprs;
diff --git a/js/MatrixOp/MATDIV.js b/js/MatrixOp/MATDIV.js
index 18fdf4a9..45fb81e3 100644
--- a/js/MatrixOp/MATDIV.js
+++ b/js/MatrixOp/MATDIV.js
@@ -31,6 +31,7 @@ function MATDIV() {
MATDIV.prototype.get = function MATDIV() {
}
MATDIV.prototype.set = function MATDIV() {
+ this.typ = parseFloat((arguments[0]["typ"]))
this.x = arg1;
graphics = arg1.graphics;
label = graphics.exprs;
diff --git a/js/MatrixOp/MATEIG.js b/js/MatrixOp/MATEIG.js
index dbe10da5..2a365fe8 100644
--- a/js/MatrixOp/MATEIG.js
+++ b/js/MatrixOp/MATEIG.js
@@ -31,6 +31,9 @@ function MATEIG() {
MATEIG.prototype.get = function MATEIG() {
}
MATEIG.prototype.set = function MATEIG() {
+ this.typ = parseFloat((arguments[0]["typ"]))
+ this.decomptyp = parseFloat((arguments[0]["decomptyp"]))
+ this.lab = parseFloat((arguments[0]["lab"]))
this.x = arg1;
model = arg1.model;
graphics = arg1.graphics;
diff --git a/js/MatrixOp/MATEXPM.js b/js/MatrixOp/MATEXPM.js
index 672401ed..cb40e3cd 100644
--- a/js/MatrixOp/MATEXPM.js
+++ b/js/MatrixOp/MATEXPM.js
@@ -31,6 +31,7 @@ function MATEXPM() {
MATEXPM.prototype.get = function MATEXPM() {
}
MATEXPM.prototype.set = function MATEXPM() {
+ this.typ = parseFloat((arguments[0]["typ"]))
this.x = arg1;
graphics = arg1.graphics;
label = graphics.exprs;
diff --git a/js/MatrixOp/MATINV.js b/js/MatrixOp/MATINV.js
index 2a7995c3..74a32218 100644
--- a/js/MatrixOp/MATINV.js
+++ b/js/MatrixOp/MATINV.js
@@ -31,6 +31,7 @@ function MATINV() {
MATINV.prototype.get = function MATINV() {
}
MATINV.prototype.set = function MATINV() {
+ this.typ = parseFloat((arguments[0]["typ"]))
this.x = arg1;
graphics = arg1.graphics;
label = graphics.exprs;
diff --git a/js/MatrixOp/MATLU.js b/js/MatrixOp/MATLU.js
index 10b6d6da..36497759 100644
--- a/js/MatrixOp/MATLU.js
+++ b/js/MatrixOp/MATLU.js
@@ -31,6 +31,8 @@ function MATLU() {
MATLU.prototype.get = function MATLU() {
}
MATLU.prototype.set = function MATLU() {
+ this.typ = parseFloat((arguments[0]["typ"]))
+ this.lab = parseFloat((arguments[0]["lab"]))
this.x = arg1;
model = arg1.model;
graphics = arg1.graphics;
diff --git a/js/MatrixOp/MATMAGPHI.js b/js/MatrixOp/MATMAGPHI.js
index 61f61bca..25688e97 100644
--- a/js/MatrixOp/MATMAGPHI.js
+++ b/js/MatrixOp/MATMAGPHI.js
@@ -31,6 +31,8 @@ function MATMAGPHI() {
MATMAGPHI.prototype.get = function MATMAGPHI() {
}
MATMAGPHI.prototype.set = function MATMAGPHI() {
+ this.decomptyp = parseFloat((arguments[0]["decomptyp"]))
+ this.lab = parseFloat((arguments[0]["lab"]))
this.x = arg1;
model = arg1.model;
graphics = arg1.graphics;
diff --git a/js/MatrixOp/MATMUL.js b/js/MatrixOp/MATMUL.js
index e482ebba..a9e39de4 100644
--- a/js/MatrixOp/MATMUL.js
+++ b/js/MatrixOp/MATMUL.js
@@ -20,6 +20,9 @@ function MATMUL() {
MATMUL.prototype.get = function MATMUL() {
}
MATMUL.prototype.set = function MATMUL() {
+ this.dtype = parseFloat((arguments[0]["dtype"]))
+ this.rule = parseFloat((arguments[0]["rule"]))
+ this.np = parseFloat((arguments[0]["np"]))
this.x = arg1;
graphics = this.x.graphics;
label = graphics.exprs;
diff --git a/js/MatrixOp/MATPINV.js b/js/MatrixOp/MATPINV.js
index cc82ce10..fd8ca1bd 100644
--- a/js/MatrixOp/MATPINV.js
+++ b/js/MatrixOp/MATPINV.js
@@ -31,6 +31,7 @@ function MATPINV() {
MATPINV.prototype.get = function MATPINV() {
}
MATPINV.prototype.set = function MATPINV() {
+ this.typ = parseFloat((arguments[0]["typ"]))
this.x = arg1;
graphics = arg1.graphics;
label = graphics.exprs;
diff --git a/js/MatrixOp/MATRESH.js b/js/MatrixOp/MATRESH.js
index 0c60c782..1a44ec6d 100644
--- a/js/MatrixOp/MATRESH.js
+++ b/js/MatrixOp/MATRESH.js
@@ -31,6 +31,10 @@ function MATRESH() {
MATRESH.prototype.get = function MATRESH() {
}
MATRESH.prototype.set = function MATRESH() {
+ this.typ = parseFloat((arguments[0]["typ"]))
+ this.l1 = parseFloat((arguments[0]["l1"]))
+ this.out = parseFloat((arguments[0]["out"]))
+ this.lab = parseFloat((arguments[0]["lab"]))
this.x = arg1;
model = arg1.model;
graphics = arg1.graphics;
diff --git a/js/MatrixOp/MATSING.js b/js/MatrixOp/MATSING.js
index 89b18dc7..edeaf552 100644
--- a/js/MatrixOp/MATSING.js
+++ b/js/MatrixOp/MATSING.js
@@ -31,6 +31,9 @@ function MATSING() {
MATSING.prototype.get = function MATSING() {
}
MATSING.prototype.set = function MATSING() {
+ this.typ = parseFloat((arguments[0]["typ"]))
+ this.decomptyp = parseFloat((arguments[0]["decomptyp"]))
+ this.lab = parseFloat((arguments[0]["lab"]))
this.x = arg1;
model = arg1.model;
graphics = arg1.graphics;
diff --git a/js/MatrixOp/MATSUM.js b/js/MatrixOp/MATSUM.js
index 7c6897f2..8200c76d 100644
--- a/js/MatrixOp/MATSUM.js
+++ b/js/MatrixOp/MATSUM.js
@@ -31,6 +31,9 @@ function MATSUM() {
MATSUM.prototype.get = function MATSUM() {
}
MATSUM.prototype.set = function MATSUM() {
+ this.typ = parseFloat((arguments[0]["typ"]))
+ this.decomptyp = parseFloat((arguments[0]["decomptyp"]))
+ this.lab = parseFloat((arguments[0]["lab"]))
this.x = arg1;
model = arg1.model;
graphics = arg1.graphics;
diff --git a/js/MatrixOp/MATTRAN.js b/js/MatrixOp/MATTRAN.js
index 931b82c0..7f06522c 100644
--- a/js/MatrixOp/MATTRAN.js
+++ b/js/MatrixOp/MATTRAN.js
@@ -19,6 +19,8 @@ function MATTRAN() {
MATTRAN.prototype.get = function MATTRAN() {
}
MATTRAN.prototype.set = function MATTRAN() {
+ this.typ = parseFloat((arguments[0]["typ"]))
+ this.rule = parseFloat((arguments[0]["rule"]))
this.x = arg1;
graphics = arg1.graphics;
label = graphics.exprs;
diff --git a/js/MatrixOp/MATZREIM.js b/js/MatrixOp/MATZREIM.js
index 58cb5d71..66eb87c5 100644
--- a/js/MatrixOp/MATZREIM.js
+++ b/js/MatrixOp/MATZREIM.js
@@ -31,6 +31,8 @@ function MATZREIM() {
MATZREIM.prototype.get = function MATZREIM() {
}
MATZREIM.prototype.set = function MATZREIM() {
+ this.decomptyp = parseFloat((arguments[0]["decomptyp"]))
+ this.lab = parseFloat((arguments[0]["lab"]))
this.x = arg1;
model = arg1.model;
graphics = arg1.graphics;
diff --git a/js/MatrixOp/RICC.js b/js/MatrixOp/RICC.js
index 725a1a7f..8e2b989d 100644
--- a/js/MatrixOp/RICC.js
+++ b/js/MatrixOp/RICC.js
@@ -31,6 +31,8 @@ function RICC() {
RICC.prototype.get = function RICC() {
}
RICC.prototype.set = function RICC() {
+ this.tpe = parseFloat((arguments[0]["tpe"]))
+ this.mod = parseFloat((arguments[0]["mod"]))
this.x = arg1;
graphics = arg1.graphics;
label = graphics.exprs;
diff --git a/js/MatrixOp/ROOTCOEF.js b/js/MatrixOp/ROOTCOEF.js
index e2c31781..9e84d04a 100644
--- a/js/MatrixOp/ROOTCOEF.js
+++ b/js/MatrixOp/ROOTCOEF.js
@@ -31,6 +31,8 @@ function ROOTCOEF() {
ROOTCOEF.prototype.get = function ROOTCOEF() {
}
ROOTCOEF.prototype.set = function ROOTCOEF() {
+ this.typ = parseFloat((arguments[0]["typ"]))
+ this.inp = parseFloat((arguments[0]["inp"]))
this.x = arg1;
graphics = arg1.graphics;
label = graphics.exprs;
diff --git a/js/MatrixOp/SQRT.js b/js/MatrixOp/SQRT.js
index f3ead18e..24d5f40d 100644
--- a/js/MatrixOp/SQRT.js
+++ b/js/MatrixOp/SQRT.js
@@ -21,6 +21,7 @@ function SQRT() {
SQRT.prototype.get = function SQRT() {
}
SQRT.prototype.set = function SQRT() {
+ this.typ = parseFloat((arguments[0]["typ"]))
this.x = arg1;
graphics = arg1.graphics;
label = graphics.exprs;
diff --git a/js/MatrixOp/SUBMAT.js b/js/MatrixOp/SUBMAT.js
index d7a97778..09ee6391 100644
--- a/js/MatrixOp/SUBMAT.js
+++ b/js/MatrixOp/SUBMAT.js
@@ -31,6 +31,12 @@ function SUBMAT() {
SUBMAT.prototype.get = function SUBMAT() {
}
SUBMAT.prototype.set = function SUBMAT() {
+ this.typ = parseFloat((arguments[0]["typ"]))
+ this.a = parseFloat((arguments[0]["a"]))
+ this.b = parseFloat((arguments[0]["b"]))
+ this.c = parseFloat((arguments[0]["c"]))
+ this.d = parseFloat((arguments[0]["d"]))
+ this.inp = parseFloat((arguments[0]["inp"]))
this.x = arg1;
graphics = arg1.graphics;
label = graphics.exprs;