scipy.sparse.coo_matrix.

arctanh#

coo_matrix.arctanh()[source]#

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

Returns:
arctanhsparse array / matrix

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