示例#1
0
文件: ufunc_ops.py 项目: yochju/odl
 def derivative(self, point):
     """Return the derivative operator."""
     point = self.domain.element(point)
     return MultiplyOperator(cosh(self.domain)(point))
示例#2
0
文件: ufunc_ops.py 项目: yochju/odl
 def derivative(self, point):
     """Return the derivative operator."""
     return MultiplyOperator(sinh(self.domain)(point))
示例#3
0
文件: ufunc_ops.py 项目: yochju/odl
 def derivative(self, point):
     """Return the derivative operator."""
     return MultiplyOperator(self(point))