summaryrefslogtreecommitdiff
path: root/js/MatrixOp/MATZREIM.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/MatrixOp/MATZREIM.js')
-rw-r--r--js/MatrixOp/MATZREIM.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/MatrixOp/MATZREIM.js b/js/MatrixOp/MATZREIM.js
index 66eb87c5..9cee64b3 100644
--- a/js/MatrixOp/MATZREIM.js
+++ b/js/MatrixOp/MATZREIM.js
@@ -29,6 +29,10 @@ function MATZREIM() {
return this.x;
}
MATZREIM.prototype.get = function MATZREIM() {
+ var options = {
+ decomptyp:["decomposition type (1=Complex2Real&Imag 2=Real&Imag2Complex)",this.decomptyp],
+ }
+ return options;
}
MATZREIM.prototype.set = function MATZREIM() {
this.decomptyp = parseFloat((arguments[0]["decomptyp"]))