scipy.sparse.dia_array.

arctanh#

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