コード例 #1
0
ファイル: dense.py プロジェクト: FireJade/sympy
 def __pow__(self, other):
     return MatrixBase.__pow__(self, other)
コード例 #2
0
ファイル: dense.py プロジェクト: nthorne/sympy
 def __pow__(self, other):
     return MatrixBase.__pow__(self, other)