scipy.sparse.dia_matrix.
rad2deg#
- dia_matrix.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.