Skip to content

ldiv! for RandSVD #124

@nathanielpritchard

Description

@nathanielpritchard

We need to implement a ldiv! for RandSVD. There are two ways to do this for a rank k approximation:

  1. US^(-1)V', which avoids anything not in the singular subspace
  2. `US^(-1)V + S(k)(I-VV')'
    A decision should be made on which one to use then implement this version and document it appropriately in the manual.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions