Example #1
0
    def Set(self, i, j, c):
        """Set(MatrixArrayCoefficient self, int i, int j, Coefficient c)"""

        c.thisown=0 


        return _coefficient.MatrixArrayCoefficient_Set(self, i, j, c)
Example #2
0
    def Set(self, i, j, c):

        c.thisown = 0

        return _coefficient.MatrixArrayCoefficient_Set(self, i, j, c)