Return the two singular values (smallest first) for the bidiagonal 2-by-2 matrix form from the elements f, g and h.
Return the two singular values (smallest first) for the bidiagonal 2-by-2 matrix form from the elements f, g and h.
LAPACK SUBROUTINE DLAS2 (F, G, H, SSMIN, SSMAX)
Return the two singular values (smallest first) for the bidiagonal 2-by-2 matrix form from the elements f, g and h.
Return the two singular values (smallest first) for the bidiagonal 2-by-2 matrix form from the elements f, g and h. Also, return the singular vectors.
LAPACK SUBROUTINE DLASV2 (F, G, H, SSMIN, SSMAX, SNR, CSR, SNL, CSL)
Factor matrix 'a' forming a diagonal matrix consisting of singular values and return the singular values in a vector.
The
SVD_2by2
is used to solve Singular Value Decomposition for bidiagonal 2-by-2 matrices.[ f g ] [ 0 h ]
fortranwiki.org/fortran/show/svd