COO.ceil

COO.ceil(out=None)[source]

Return the ceiling of the input, element-wise.

See also

scipy.sparse.coo_matrix.ceil()
SciPy sparse equivalent function
numpy.ceil
NumPy equivalent ufunc.
COO.elemwise
Apply an arbitrary element-wise function to one or two arguments.

Notes

The out parameter is provided just for compatibility with Numpy and isn’t actually supported.