![]() |
LAPACK 3.12.1
LAPACK: Linear Algebra PACKage
|
Functions | |
| subroutine | cgelsd (m, n, nrhs, a, lda, b, ldb, s, rcond, rank, work, lwork, rwork, iwork, info) |
| CGELSD computes the minimum-norm solution to a linear least squares problem for GE matrices | |
| subroutine | dgelsd (m, n, nrhs, a, lda, b, ldb, s, rcond, rank, work, lwork, iwork, info) |
| DGELSD computes the minimum-norm solution to a linear least squares problem for GE matrices | |
| subroutine | sgelsd (m, n, nrhs, a, lda, b, ldb, s, rcond, rank, work, lwork, iwork, info) |
| SGELSD computes the minimum-norm solution to a linear least squares problem for GE matrices | |
| subroutine | zgelsd (m, n, nrhs, a, lda, b, ldb, s, rcond, rank, work, lwork, rwork, iwork, info) |
| ZGELSD computes the minimum-norm solution to a linear least squares problem for GE matrices | |