static zmodn.Zmodn.implements(numpy_function)

Decorator to register implementations of NumPy functions for Zmodn objects.

Parameters:
numpy_function : callable

The NumPy function to implement.

Returns:

Decorator function.

Return type:

callable