scipy.sparse.dia_array.
arcsinh#
- dia_array.arcsinh()[source]#
Element-wise arcsinh. See
numpy.arcsinhfor more information.- Returns:
- arcsinhsparse array / matrix
Result of applying
numpy.arcsinhto the data of this sparse matrix.
Element-wise arcsinh.
See numpy.arcsinh for more information.
Result of applying numpy.arcsinh to the data of this sparse matrix.