scipy.sparse.dia_matrix.
sqrt#
- dia_matrix.sqrt()[source]#
Element-wise sqrt. See
numpy.sqrtfor more information.- Returns:
- sqrtsparse array / matrix
Result of applying
numpy.sqrtto the data of this sparse matrix.
Element-wise sqrt.
See numpy.sqrt for more information.
Result of applying numpy.sqrt to the data of this sparse matrix.