scipy.sparse.coo_matrix.
expm1#
- coo_matrix.expm1()[source]#
Element-wise expm1. See
numpy.expm1for more information.- Returns:
- expm1sparse array / matrix
Result of applying
numpy.expm1to the data of this sparse matrix.
Element-wise expm1.
See numpy.expm1 for more information.
Result of applying numpy.expm1 to the data of this sparse matrix.