apply
- sisl.apply(obj, *args, **kwargs)
- sisl.apply(geometry, data, func, mapper, axis=0, segments='atoms')
- sisl.apply(grid, function_, *args, **kwargs)
Dispatcher for
apply
See also
sisl.Geometry.apply
equivalent to
apply(geometry, ...)
.sisl.Grid.apply
equivalent to
apply(grid, ...)
.
- Parameters:
obj (Any)