Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Singular value decomposition #1

Open
robertogiachetta opened this issue Sep 16, 2016 · 0 comments
Open

Singular value decomposition #1

robertogiachetta opened this issue Sep 16, 2016 · 0 comments
Labels
Kind: Feature New feature or request Target: Numerics Issues related to the Numerics module of AEGIS

Comments

@robertogiachetta
Copy link
Collaborator

robertogiachetta commented Sep 16, 2016

Singular value decomposition (SVD) is a factorization of a matrix with multiple applications such as solving linear equations, total least squares minimization, etc.

See: https://en.wikipedia.org/wiki/Singular_value_decomposition

Add SingularValueDecomposition class to the Numerics.LinearAlgebra namespace with a similar style as other decomposition classes in the namespace. Support for applications in the form of static methods should also be added.

@robertogiachetta robertogiachetta added Target: Numerics Issues related to the Numerics module of AEGIS Kind: Feature New feature or request labels Sep 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Kind: Feature New feature or request Target: Numerics Issues related to the Numerics module of AEGIS
Projects
None yet
Development

No branches or pull requests

1 participant