scipy.sparse.csr_matrix.
arctanh#
- csr_matrix.arctanh()[source]#
Element-wise arctanh. See
numpy.arctanhfor more information.- Returns:
- arctanhsparse array / matrix
Result of applying
numpy.arctanhto the data of this sparse matrix.
Element-wise arctanh.
See numpy.arctanh for more information.
Result of applying numpy.arctanh to the data of this sparse matrix.