(self, x, y, tol)
| 93 | full_matrices_): |
| 94 | |
| 95 | def CompareSingularValues(self, x, y, tol): |
| 96 | self.assertAllClose(x, y, atol=(x[0] + y[0]) * tol) |
| 97 | |
| 98 | def CompareSingularVectors(self, x, y, rank, tol): |
| 99 | # We only compare the first 'rank' singular vectors since the |