diff options
Diffstat (limited to 'js/MatrixOp/MATPINV.js')
-rw-r--r-- | js/MatrixOp/MATPINV.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/MatrixOp/MATPINV.js b/js/MatrixOp/MATPINV.js index 05f106fe..b95fca94 100644 --- a/js/MatrixOp/MATPINV.js +++ b/js/MatrixOp/MATPINV.js @@ -42,6 +42,7 @@ function MATPINV() { while (true) { var ok = true; this.typ = inverse(arguments[0]["typ"]); + var exprs = [arguments[0]["typ"]]; if (!ok) { break; } |