scipy.sparse.dia_array.
arcsin#
- dia_array.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.