diff options
Diffstat (limited to 'js/MatrixOp/MATEIG.js')
-rw-r--r-- | js/MatrixOp/MATEIG.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/js/MatrixOp/MATEIG.js b/js/MatrixOp/MATEIG.js index 2a365fe8..87568249 100644 --- a/js/MatrixOp/MATEIG.js +++ b/js/MatrixOp/MATEIG.js @@ -29,6 +29,11 @@ function MATEIG() { return this.x; } MATEIG.prototype.get = function MATEIG() { + var options = { + typ:["Datatype(1=real double 2=Complex)",this.typ], + decomptyp:["decomposition type (1=eig values 2=eig values+eig vectors",this.decomptyp], + } + return options; } MATEIG.prototype.set = function MATEIG() { this.typ = parseFloat((arguments[0]["typ"])) |