scipy.sparse.bsr_array.
trunc#
- bsr_array.trunc()[source]#
Element-wise trunc. See
numpy.truncfor more information.- Returns:
- truncsparse array / matrix
Result of applying
numpy.truncto the data of this sparse matrix.
Element-wise trunc.
See numpy.trunc for more information.
Result of applying numpy.trunc to the data of this sparse matrix.