Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
rflu_modinterfaceslibrary::dgesdd Interface Reference

Public Member Functions

subroutine dgesdd (JOBZ, M, N, A, LDA, S, U, LDU, VT, LDVT, WORK, LWORK, IWORK, INFO)
 

Detailed Description

Definition at line 46 of file RFLU_ModInterfacesLibrary.F90.

Constructor & Destructor Documentation

subroutine dgesdd ( character  JOBZ,
integer  M,
integer  N,
double precision, dimension(:,:)  A,
integer  LDA,
double precision, dimension(:)  S,
double precision, dimension(:,:)  U,
integer  LDU,
double precision, dimension(:,:)  VT,
integer  LDVT,
double precision, dimension(:)  WORK,
integer  LWORK,
integer, dimension(:)  IWORK,
integer  INFO 
)

Definition at line 46 of file RFLU_ModInterfacesLibrary.F90.

Referenced by rflu_invertmatrixsvd().

Here is the caller graph for this function:


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