DifferentiableFunction

 

__init__(self, inds=None): 

 

reindex(self, idx_perm): 

 

get_consistent_inds(self, funcs: 'list[DifferentiableFunction]'): 

 

__call__(self, coords, order=0): 

 

evaluate(self, coords, order=0) -> list[numpy.ndarray]: 

 

get_children(self): 

 

__add__(self, other): 

 

__radd__(self, other): 

 

__mul__(self, other): 

 

__truediv__(self, other): 

 

__rtruediv__(self, other): 

 

__rmul__(self, other): 

 

__neg__(self): 

 

flip(self): 

Feedback

Examples

Templates

Documentation