scipy.sparse.csc_array.
tanh#
- csc_array.tanh()[source]#
Element-wise tanh. See
numpy.tanhfor more information.- Returns:
- tanhsparse array / matrix
Result of applying
numpy.tanhto the data of this sparse matrix.
Element-wise tanh.
See numpy.tanh for more information.
Result of applying numpy.tanh to the data of this sparse matrix.