diff options
Diffstat (limited to 'js/MatrixOp/MATMUL.js')
-rw-r--r-- | js/MatrixOp/MATMUL.js | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/js/MatrixOp/MATMUL.js b/js/MatrixOp/MATMUL.js index f38e0dd5..7f30bd80 100644 --- a/js/MatrixOp/MATMUL.js +++ b/js/MatrixOp/MATMUL.js @@ -1,5 +1,20 @@ /* autogenerated from "macros/MatrixOp/MATMUL.sci" */ function MATMUL() { +MATMUL.prototype.define = function MATMUL() { +model=scicos_model(); +model.sim=list("matmul_m",4); +model.in1=[-1,-2]; +model.in2=[-2,-3]; +model.out=-1; +model.out2=-3; +model.dep_ut=[true,false]; +model.ipar=1; +label=[sci2exp(model.ipar)]; +gr_i=[]; +x=standard_define([3,2],model,label,gr_i); +} +MATMUL.prototype.details = function MATMUL() { +} MATMUL.prototype.get = function MATMUL() { } MATMUL.prototype.set = function MATMUL() { @@ -133,19 +148,4 @@ break } } } -MATMUL.prototype.define = function MATMUL() { -model=scicos_model(); -model.sim=list("matmul_m",4); -model.in1=[-1,-2]; -model.in2=[-2,-3]; -model.out=-1; -model.out2=-3; -model.dep_ut=[true,false]; -model.ipar=1; -label=[sci2exp(model.ipar)]; -gr_i=[]; -x=standard_define([3,2],model,label,gr_i); -} -MATMUL.prototype.details = function MATMUL() { -} } |