OpenCMISS-Iron Internal API Documentation
|
Public Member Functions | |
subroutine | dgesvd (JOBU, JOBVT, M, N, A, LDA, S, U, LDU, VT, LDVT, WORK, LWORK, INFO) |
Definition at line 68 of file lapack.f90.
subroutine lapack::DGESVD::dgesvd | ( | character(1) | JOBU, |
character(1) | JOBVT, | ||
integer(intg), intent(in) | M, | ||
integer(intg), intent(in) | N, | ||
real(dp), dimension(lda,*), intent(inout) | A, | ||
integer(intg), intent(in) | LDA, | ||
real(dp), dimension(min(m,n)), intent(out) | S, | ||
real(dp), dimension(ldu,*), intent(out) | U, | ||
integer(intg), intent(in) | LDU, | ||
real(dp), dimension(ldvt,n), intent(out) | VT, | ||
integer(intg), intent(in) | LDVT, | ||
real(dp), dimension(*), intent(inout) | WORK, | ||
integer(intg), intent(in) | LWORK, | ||
integer(intg), intent(out) | INFO | ||
) |
Definition at line 69 of file lapack.f90.