scipy.sparse.dia_array.
deg2rad#
- dia_array.deg2rad()[source]#
Element-wise deg2rad. See
numpy.deg2radfor more information.- Returns:
- deg2radsparse array / matrix
Result of applying
numpy.deg2radto the data of this sparse matrix.
Element-wise deg2rad.
See numpy.deg2rad for more information.
Result of applying numpy.deg2rad to the data of this sparse matrix.