scipy.sparse.csr_array.

arctanh#

csr_array.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.