treams.SMatrix.__array_function__¶
- SMatrix.__array_function__(func, types, args, kwargs)¶
Function calls on the array.
Calls defined function in
HANDLED_FUNCTIONS
otherwise raises exception. Add functions to it by using the decoratorimplements()
for custom implementations.