LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
gelsd: least squares using SVD, divide and conquer
Collaboration diagram for gelsd: least squares using SVD, divide and conquer:

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
 

Detailed Description