scipy.sparse.coo_array.
floor#
- coo_array.floor()[source]#
Element-wise floor. See
numpy.floorfor more information.- Returns:
- floorsparse array / matrix
Result of applying
numpy.floorto the data of this sparse matrix.
Element-wise floor.
See numpy.floor for more information.
Result of applying numpy.floor to the data of this sparse matrix.