summaryrefslogtreecommitdiff
path: root/js/MatrixOp/ROOTCOEF.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/MatrixOp/ROOTCOEF.js')
-rw-r--r--js/MatrixOp/ROOTCOEF.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/js/MatrixOp/ROOTCOEF.js b/js/MatrixOp/ROOTCOEF.js
index 9e84d04a..51c5f758 100644
--- a/js/MatrixOp/ROOTCOEF.js
+++ b/js/MatrixOp/ROOTCOEF.js
@@ -29,6 +29,11 @@ function ROOTCOEF() {
return this.x;
}
ROOTCOEF.prototype.get = function ROOTCOEF() {
+ var options = {
+ typ:["Datatype(1=real double 2=Complex)",this.typ],
+ inp:["input row size",this.inp],
+ }
+ return options;
}
ROOTCOEF.prototype.set = function ROOTCOEF() {
this.typ = parseFloat((arguments[0]["typ"]))