/* autogenerated from "macros/MatrixOp/MATZCONJ.sci" */ function MATZCONJ() { MATZCONJ.prototype.define = function MATZCONJ() { model = scicos_model(); function_name = "matz_conj"; funtyp = 4; model.sim = list(function_name,funtyp); model.in1 = -1; model.in2 = -2; model.intyp = 2; model.out = -1; model.out2 = -2; model.outtyp = 2; model.evtin = []; model.evtout = []; model.state = []; model.dstate = []; model.rpar = []; model.ipar = []; model.blocktype = "c"; model.firing = []; model.dep_ut = [true,false]; label = []; gr_i = []; this.x = standard_define([2,2],model,label,gr_i); return new BasicBlock(this.x); } MATZCONJ.prototype.details = function MATZCONJ() { return this.x; } MATZCONJ.prototype.get = function MATZCONJ() { var options = { } return options; } MATZCONJ.prototype.set = function MATZCONJ() { this.x = arg1; return new BasicBlock(this.x); } }