Contents:
Returns a linear operator which maps everything to 0 vector in data space
in_dim (int) – Dimension of the model space
out_dim (int) – Dimension of the data space (default in_dim)
axis (int) – For multi-dimensional array input, the axis along which the linear operator will be applied
A zero linear operator
Operator