scipy.sparse.csr_matrix.
arcsinh#
- csr_matrix.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.