From ca1a67f78f7de40a7956c69e41f4ddae2542f4f2 Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Mon, 2 Jul 2018 22:51:03 +0530 Subject: add options block --- js/MatrixOp/MATPINV.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'js/MatrixOp/MATPINV.js') diff --git a/js/MatrixOp/MATPINV.js b/js/MatrixOp/MATPINV.js index fd8ca1bd..ca3083a9 100644 --- a/js/MatrixOp/MATPINV.js +++ b/js/MatrixOp/MATPINV.js @@ -29,6 +29,10 @@ function MATPINV() { return this.x; } MATPINV.prototype.get = function MATPINV() { + var options = { + typ:["Datatype(1=real double 2=Complex)",this.typ], + } + return options; } MATPINV.prototype.set = function MATPINV() { this.typ = parseFloat((arguments[0]["typ"])) -- cgit