scipy.sparse.dia_matrix.
rint#
- dia_matrix.rint()[source]#
Element-wise rint. See
numpy.rintfor more information.- Returns:
- rintsparse array / matrix
Result of applying
numpy.rintto the data of this sparse matrix.
Element-wise rint.
See numpy.rint for more information.
Result of applying numpy.rint to the data of this sparse matrix.