linalg 1.8.2
A linear algebra library that provides a user-friendly interface to several BLAS and LAPACK routines.
Loading...
Searching...
No Matches
lapack::zgelsy Interface Reference

Public Member Functions

subroutine zgelsy (m, n, nrhs, a, lda, b, ldb, jpvt, rcond, rank, work, lwork, rwork, info)
 

Detailed Description

Definition at line 381 of file lapack.f90.

Constructor & Destructor Documentation

◆ zgelsy()

subroutine lapack::zgelsy::zgelsy ( integer(int32), intent(in) m,
integer(int32), intent(in) n,
integer(int32), intent(in) nrhs,
complex(real64), dimension(lda,*), intent(inout) a,
integer(int32), intent(in) lda,
complex(real64), dimension(ldb,*), intent(inout) b,
integer(int32), intent(in) ldb,
integer(int32), dimension(*), intent(inout) jpvt,
real(real64), intent(in) rcond,
integer(int32), intent(out) rank,
complex(real64), dimension(*), intent(out) work,
integer(int32), intent(in) lwork,
real(real64), dimension(*), intent(out) rwork,
integer(int32), intent(out) info )

Definition at line 381 of file lapack.f90.


The documentation for this interface was generated from the following file: