diff options
Diffstat (limited to 'js/MatrixOp/MATRESH.js')
-rw-r--r-- | js/MatrixOp/MATRESH.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/js/MatrixOp/MATRESH.js b/js/MatrixOp/MATRESH.js index 1a44ec6d..f88b73ea 100644 --- a/js/MatrixOp/MATRESH.js +++ b/js/MatrixOp/MATRESH.js @@ -29,6 +29,12 @@ function MATRESH() { return this.x; } MATRESH.prototype.get = function MATRESH() { + var options = { + typ:["Datatype(1=real double 2=Complex)",this.typ], + l1:["input size",this.l1], + out:["output size desired",this.out], + } + return options; } MATRESH.prototype.set = function MATRESH() { this.typ = parseFloat((arguments[0]["typ"])) |