scipy.sparse.linalg.LaplacianNd. scipy.sparse.linalg.LaplacianNd.T# property LaplacianNd.T# Transpose this linear operator. Can be abbreviated self.T instead of self.transpose(). Returns: A_TLinearOperatorTranspose of the linear operator.