slackbuilds/perl/perl-Math-GSL-Linalg-SVD
Heinz Wiesinger 7f26b9929f
All: SlackBuilds run in the directory they are in
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-07-05 16:01:32 +07:00
..
README perl/perl-Math-GSL-Linalg-SVD: Added (SVD and eigenvector decomp). 2018-03-21 22:53:14 +00:00
perl-Math-GSL-Linalg-SVD.SlackBuild All: SlackBuilds run in the directory they are in 2021-07-05 16:01:32 +07:00
perl-Math-GSL-Linalg-SVD.info perl/perl-Math-GSL-Linalg-SVD: Added (SVD and eigenvector decomp). 2018-03-21 22:53:14 +00:00
slack-desc perl/perl-Math-GSL-Linalg-SVD: Added (SVD and eigenvector decomp). 2018-03-21 22:53:14 +00:00

README

The singular value decomposition (SVD) is an important factorization
of a rectangular real matrix
- see http://en.wikipedia.org/wiki/Singular_value_decomposition.

Eigendecomposition is the factorization of a matrix into a canonical
form, whereby the matrix is represented in terms of its eigenvalues
and eigenvectors
- see http://en.wikipedia.org/wiki/Eigendecomposition_of_a_matrix.

This module implements the SVD and Eigen decomposition routines of
the The C GNU Scientific Library (GSL).

It provides simple convenience methods in the upper-level
Math::GSL::Linalg::SVD namespace to perform these operations.
Alternatively, it also provides direct access to the C routines in
the Math::GSL::Linalg::SVD::Matrix, Math::GSL::Linalg::SVD::Vector
and Math::GSL::Linalg::SVD::Eigen namespaces - see METHODS.