diff options
Diffstat (limited to 'js/MatrixOp/MATINV.js')
-rw-r--r-- | js/MatrixOp/MATINV.js | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/js/MatrixOp/MATINV.js b/js/MatrixOp/MATINV.js index f1e35efd..47933715 100644 --- a/js/MatrixOp/MATINV.js +++ b/js/MatrixOp/MATINV.js @@ -1,5 +1,31 @@ /* autogenerated from "macros/MatrixOp/MATINV.sci" */ function MATINV() { +MATINV.prototype.define = function MATINV() { +model=scicos_model(); +function_name="mat_inv"; +funtyp=4; +model.sim=list(function_name,funtyp); +model.in1=-1; +model.in2=-1; +model.intyp=1; +model.out=-1; +model.out2=-1; +model.outtyp=1; +model.evtin=[]; +model.evtout=[]; +model.state=[]; +model.dstate=[]; +model.rpar=[]; +model.ipar=[]; +model.blocktype="c"; +model.firing=[]; +model.dep_ut=[true,false]; +label=[sci2exp(1)]; +gr_i=[]; +x=standard_define([2,2],model,label,gr_i); +} +MATINV.prototype.details = function MATINV() { +} MATINV.prototype.get = function MATINV() { } MATINV.prototype.set = function MATINV() { @@ -42,30 +68,4 @@ break } } } -MATINV.prototype.define = function MATINV() { -model=scicos_model(); -function_name="mat_inv"; -funtyp=4; -model.sim=list(function_name,funtyp); -model.in1=-1; -model.in2=-1; -model.intyp=1; -model.out=-1; -model.out2=-1; -model.outtyp=1; -model.evtin=[]; -model.evtout=[]; -model.state=[]; -model.dstate=[]; -model.rpar=[]; -model.ipar=[]; -model.blocktype="c"; -model.firing=[]; -model.dep_ut=[true,false]; -label=[sci2exp(1)]; -gr_i=[]; -x=standard_define([2,2],model,label,gr_i); -} -MATINV.prototype.details = function MATINV() { -} } |