KTH framework for Nek5000 toolboxes; testing version  0.0.1
dgesvd.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine dgesvd (JOBU, JOBVT, M, N, A, LDA, S, U, LDU, VT, LDVT, WORK, LWORK, INFO)
 

Function/Subroutine Documentation

◆ dgesvd()

subroutine dgesvd ( character  JOBU,
character  JOBVT,
integer  M,
integer  N,
double precision, dimension( lda, * )  A,
integer  LDA,
double precision, dimension( * )  S,
double precision, dimension( ldu, * )  U,
integer  LDU,
double precision, dimension( ldvt, * )  VT,
integer  LDVT,
double precision, dimension( * )  WORK,
integer  LWORK,
integer  INFO 
)

Definition at line 1 of file dgesvd.f.

References dbdsqr(), dgebrd(), dgelqf(), dgemm(), dgeqrf(), dlacpy(), dlascl(), dlaset(), dorgbr(), dorglq(), dorgqr(), dormbr(), and xerbla().

+ Here is the call graph for this function: