(git:c5411e0)
Loading...
Searching...
No Matches
lapack::lapack_cgesvd 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 204 of file lapack.F.

Member Function/Subroutine Documentation

◆ zgesvd()

subroutine lapack::lapack_cgesvd::zgesvd ( character  jobu,
character  jobvt,
integer  m,
integer  n,
complex(kind=dp), dimension(lda, *)  a,
integer  lda,
real(kind=dp), dimension(*)  s,
complex(kind=dp), dimension(ldu, *)  u,
integer  ldu,
complex(kind=dp), dimension(ldvt, *)  vt,
integer  ldvt,
complex(kind=dp), dimension(*)  work,
integer  lwork,
real(kind=dp), dimension(*)  rwork,
integer  info 
)

...

Parameters
jobu...
jobvt...
m...
n...
a...
lda...
s...
u...
ldu...
vt...
ldvt...
work...
lwork...
rwork...
info...

Definition at line 223 of file lapack.F.


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