Given two column vectors X and Y, let A = ( X Y ). The subroutine first computes the QR factorization of A = Q*R, and then computes the SVD of the 2-by-2 upper triangular matrix R. The smaller singular value of R is returned in SSMIN, which is used as the measurement of the linear dependency of the vectors X and Y.
More...
Given two column vectors X and Y, let A = ( X Y ). The subroutine first computes the QR factorization of A = Q*R, and then computes the SVD of the 2-by-2 upper triangular matrix R. The smaller singular value of R is returned in SSMIN, which is used as the measurement of the linear dependency of the vectors X and Y.
◆ la_clapll()
| la_lapack::lapll::la_clapll |
◆ la_dlapll()
| la_lapack::lapll::la_dlapll |
◆ la_qlapll()
| la_lapack::lapll::la_qlapll |
◆ la_slapll()
| la_lapack::lapll::la_slapll |
◆ la_wlapll()
| la_lapack::lapll::la_wlapll |
◆ la_zlapll()
| la_lapack::lapll::la_zlapll |
The documentation for this interface was generated from the following file: