Skip to content

Sketching axes vs flipped #8

@jknox13

Description

@jknox13

Standardize the behavior of the algorithms when n > m. Choices include:

  • 'flipped' (current): initially transpose input array A, then transpose
    the returned results at the end.
  • 'axis': compute sketch function on the row space and returning A.dot(S)
    instead of S.T.dot(A) for QB decomposition.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions