Example #1
0
 def __sub__(self, other):
     return MatrixBase.__sub__(self, _force_mutable(other))
Example #2
0
 def __sub__(self, other):
     return MatrixBase.__sub__(self, _force_mutable(other))