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