not needed

This commit is contained in:
Daniel Otto de Mentock 2024-02-08 14:23:44 +01:00 committed by achalhp
parent 76912da8bf
commit 6a91c2855e
1 changed files with 0 additions and 2 deletions

View File

@ -334,8 +334,6 @@ def _polar_decomposition(T: _np.ndarray,
Requested components of the singular value decomposition.
"""
if isinstance(requested, str): requested = [requested]
u, _, vh = _np.linalg.svd(T)
R = u @ vh