PSDMatrix¶ class torchjd.linalg.PSDMatrix[source]¶ Positive semi-definite matrix. A common example is the Gramian of the Jacobian G = J J^T of shape [m, m], where J is a Jacobian matrix of shape [m, n]. Note This class should never be instantiated. It is only used for static type checking.