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