LAPACK 3.3.1
Linear Algebra PACKage

dbdt03.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DBDT03 (UPLO, N, KD, D, E, U, LDU, S, VT, LDVT, WORK, RESID)

Function Documentation

subroutine DBDT03 ( CHARACTER  UPLO,
INTEGER  N,
INTEGER  KD,
DOUBLE PRECISION,dimension( * )  D,
DOUBLE PRECISION,dimension( * )  E,
DOUBLE PRECISION,dimension( ldu, * )  U,
INTEGER  LDU,
DOUBLE PRECISION,dimension( * )  S,
DOUBLE PRECISION,dimension( ldvt, * )  VT,
INTEGER  LDVT,
DOUBLE PRECISION,dimension( * )  WORK,
DOUBLE PRECISION  RESID 
)

Definition at line 1 of file dbdt03.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions