scipy.sparse.csr_matrix.

expm1#

csr_matrix.expm1()[source]#

Element-wise expm1. See numpy.expm1 for more information.

Returns:
expm1sparse array / matrix

Result of applying numpy.expm1 to the data of this sparse matrix.