scipy.sparse.csr_matrix.

arcsin#

csr_matrix.arcsin()[source]#

Element-wise arcsin. See numpy.arcsin for more information.

Returns:
arcsinsparse array / matrix

Result of applying numpy.arcsin to the data of this sparse matrix.