%> @brief Returns a LazyLinearOp of op padded with zeros on one or two dimensions.
%>
%> @param op: the array/operator to pad with zeros.
%> @param z_sizes: a cell array of vectors of two integers. The first vector defined the number of zeros to prepend and append to op on row dimension. The second vector is the same for the column dimension.