Exemplo n.º 1
0
def AddMult(b, c, a):
    """AddMult(DenseMatrix b, DenseMatrix c, DenseMatrix a)"""
    return _densemat.AddMult(b, c, a)
Exemplo n.º 2
0
def AddMult(b, c, a):
    return _densemat.AddMult(b, c, a)