scipy.sparse.csr_matrix.
arctan#
- csr_matrix.arctan()[source]#
Element-wise arctan. See
numpy.arctanfor more information.- Returns:
- arctansparse array / matrix
Result of applying
numpy.arctanto the data of this sparse matrix.
Element-wise arctan.
See numpy.arctan for more information.
Result of applying numpy.arctan to the data of this sparse matrix.