コード例 #1
0
ファイル: ufunc_ops.py プロジェクト: yochju/odl
 def gradient(self):
     """Return the gradient operator."""
     return FunctionalQuotient(ConstantFunctional(self.domain, -1.0),
                               square(self.domain))
コード例 #2
0
ファイル: ufunc_ops.py プロジェクト: yochju/odl
 def gradient(self):
     """Return the gradient operator."""
     return FunctionalQuotient(ConstantFunctional(self.domain, 0.5),
                               self)