![]() |
LAPACK 3.12.0
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 More... | |
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 More... | |
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 More... | |
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 More... | |