Checks the decomposition by reconstructing the original matrix. Returns the reconstructed matrix as Q * A * Q.transpose().
@override Matrix get checkMatrix => Q * T * Q.transpose();