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::zgesvd Interface Reference

Public Member Functions

subroutine zgesvd (jobu, jobvt, m, n, a, lda, s, u, ldu, vt, ldvt, work, lwork, rwork, info)
 

Detailed Description

Definition at line 21 of file lapack.f90.

Constructor & Destructor Documentation

◆ zgesvd()

subroutine lapack::zgesvd::zgesvd ( character, intent(in) jobu,
character, intent(in) jobvt,
integer(int32), intent(in) m,
integer(int32), intent(in) n,
complex(real64), dimension(lda,*), intent(inout) a,
integer(int32), intent(in) lda,
real(real64), dimension(*), intent(out) s,
complex(real64), dimension(ldu,*), intent(out) u,
integer(int32), intent(in) ldu,
complex(real64), dimension(ldvt,*), intent(out) vt,
integer(int32), intent(in) ldvt,
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 21 of file lapack.f90.


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