diff options
Diffstat (limited to 'js/MatrixOp/MATEXPM.js')
-rw-r--r-- | js/MatrixOp/MATEXPM.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/MatrixOp/MATEXPM.js b/js/MatrixOp/MATEXPM.js index cb40e3cd..02ba3c6b 100644 --- a/js/MatrixOp/MATEXPM.js +++ b/js/MatrixOp/MATEXPM.js @@ -29,6 +29,10 @@ function MATEXPM() { return this.x; } MATEXPM.prototype.get = function MATEXPM() { + var options = { + typ:["Datatype(1=real double 2=Complex)",this.typ], + } + return options; } MATEXPM.prototype.set = function MATEXPM() { this.typ = parseFloat((arguments[0]["typ"])) |