LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
gelsy: least squares using complete orthogonal factor
Collaboration diagram for gelsy: least squares using complete orthogonal factor:

Functions

subroutine cgelsy (M, N, NRHS, A, LDA, B, LDB, JPVT, RCOND, RANK, WORK, LWORK, RWORK, INFO)
  CGELSY solves overdetermined or underdetermined systems for GE matrices More...
 
subroutine dgelsy (M, N, NRHS, A, LDA, B, LDB, JPVT, RCOND, RANK, WORK, LWORK, INFO)
  DGELSY solves overdetermined or underdetermined systems for GE matrices More...
 
subroutine sgelsy (M, N, NRHS, A, LDA, B, LDB, JPVT, RCOND, RANK, WORK, LWORK, INFO)
  SGELSY solves overdetermined or underdetermined systems for GE matrices More...
 
subroutine zgelsy (M, N, NRHS, A, LDA, B, LDB, JPVT, RCOND, RANK, WORK, LWORK, RWORK, INFO)
  ZGELSY solves overdetermined or underdetermined systems for GE matrices More...
 

Detailed Description