Skip to content

hessenberg/schur order of outputs #786

Open
@RJDennis

Description

@RJDennis

Maybe there is a good reason for the current ordering, but otherwise I'd like to request that the schur function return its outputs in a different order.

The hessenberg function returns its outputs so that (v,s) = hessenberg(c) gives vsv' = c. In contrast, the schur function returns its outputs so that (u,r) = schur(c) gives rur' = c. The order that the hessenberg function returns its outputs seems more natural (to me), but consistency across the two functions would be nice.

Metadata

Metadata

Assignees

No one assigned

    Labels

    breakingThis change will break code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions