scipy.sparse.dia_array.
arctanh#
- dia_array.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.