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