sqrt()
Calculates sqrt inplace and in parallel.
X – A ndarray with more than 1 dimension, a scipy sparse matrix, or something which has an attribute .X which fits this description, e.g. an AnnData
ndarray
AnnData
None. This is an inplace operation.