scipy.sparse.csc_array.
rad2deg#
- csc_array.rad2deg()[source]#
Element-wise rad2deg. See
numpy.rad2degfor more information.- Returns:
- rad2degsparse array / matrix
Result of applying
numpy.rad2degto the data of this sparse matrix.
Element-wise rad2deg.
See numpy.rad2deg for more information.
Result of applying numpy.rad2deg to the data of this sparse matrix.