scipy.sparse.bsr_matrix.

deg2rad#

bsr_matrix.deg2rad()[source]#

Element-wise deg2rad. See numpy.deg2rad for more information.

Returns:
deg2radsparse array / matrix

Result of applying numpy.deg2rad to the data of this sparse matrix.