Home | Trees | Indices | Help |
---|
|
object --+ | Function --+ | SplittableFunction
Represents a function that is the sum of two other functions such that f(x) = g(x) + h(x), i.e. that self.f(x) = self.g.f(x) + self.h.f(x). The first function, g(x), is accessed as self.g(...) and the second function, h(x), is accessed as self.h(...).
|
|||
|
|||
Inherited from Inherited from |
|
|||
__metaclass__ = abc.ABCMeta Metaclass for defining Abstract Base Classes (ABCs). |
|||
__abstractmethods__ =
|
|||
Inherited from |
|
|||
Inherited from |
|
Function value.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Apr 6 23:52:11 2015 | http://epydoc.sourceforge.net |