scipy.sparse.csc_matrix.
arcsin#
- csc_matrix.arcsin()[source]#
Element-wise arcsin. See
numpy.arcsinfor more information.- Returns:
- arcsinsparse array / matrix
Result of applying
numpy.arcsinto the data of this sparse matrix.
Element-wise arcsin.
See numpy.arcsin for more information.
Result of applying numpy.arcsin to the data of this sparse matrix.