Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LAPACK: return union of tuples in gees and trsen (#55353)
This simplifies the return type from a `Tuple` with a `Union` field to a `Union` of `Tuple`s.
- Loading branch information