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