예제 #1
0
파일: dense.py 프로젝트: FireJade/sympy
 def __radd__(self, other):
     return MatrixBase.__radd__(self, _force_mutable(other))
예제 #2
0
파일: dense.py 프로젝트: nthorne/sympy
 def __radd__(self, other):
     return MatrixBase.__radd__(self, _force_mutable(other))