scipy.sparse.coo_array.getH# coo_array.getH()[source]# Return the Hermitian transpose of this array. Deprecated since version 1.11.0: This method will be removed in SciPy 1.13.0. Use X.conj().T instead.