summaryrefslogtreecommitdiff
path: root/js/MatrixOp/MATPINV.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/MatrixOp/MATPINV.js')
-rw-r--r--js/MatrixOp/MATPINV.js16
1 files changed, 8 insertions, 8 deletions
diff --git a/js/MatrixOp/MATPINV.js b/js/MatrixOp/MATPINV.js
index c0ae5fe9..ca39b50c 100644
--- a/js/MatrixOp/MATPINV.js
+++ b/js/MatrixOp/MATPINV.js
@@ -1,6 +1,6 @@
/* autogenerated from "macros/MatrixOp/MATPINV.sci" */
function MATPINV() {
-MATPINV.prototype.define = function MATPINV() {
+ MATPINV.prototype.define = function MATPINV() {
model=scicos_model();
function_name="mat_pinv";
funtyp=4;
@@ -23,12 +23,12 @@ model.dep_ut=[true,false];
label=[sci2exp(1)];
gr_i=[];
x=standard_define([2,2],model,label,gr_i);
-}
-MATPINV.prototype.details = function MATPINV() {
-}
-MATPINV.prototype.get = function MATPINV() {
-}
-MATPINV.prototype.set = function MATPINV() {
+ }
+ MATPINV.prototype.details = function MATPINV() {
+ }
+ MATPINV.prototype.get = function MATPINV() {
+ }
+ MATPINV.prototype.set = function MATPINV() {
x=arg1;
graphics=arg1.graphics;
label=graphics.exprs;
@@ -67,5 +67,5 @@ x=arg1;
break;
}
}
-}
+ }
}