def RightScaling(self, s): """RightScaling(DenseMatrix self, Vector s)""" return _densemat.DenseMatrix_RightScaling(self, s)
def RightScaling(self, s): return _densemat.DenseMatrix_RightScaling(self, s)