示例#1
0
文件: dense.py 项目: FireJade/sympy
 def __rsub__(self, other):
     return MatrixBase.__rsub__(self, _force_mutable(other))
示例#2
0
文件: dense.py 项目: nthorne/sympy
 def __rsub__(self, other):
     return MatrixBase.__rsub__(self, _force_mutable(other))