LAPACK 3.3.0

zbdsqr.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine ZBDSQR (UPLO, N, NCVT, NRU, NCC, D, E, VT, LDVT, U, LDU, C, LDC, RWORK, INFO)

Function Documentation

subroutine ZBDSQR ( CHARACTER  UPLO,
INTEGER  N,
INTEGER  NCVT,
INTEGER  NRU,
INTEGER  NCC,
DOUBLE PRECISION,dimension( * )  D,
DOUBLE PRECISION,dimension( * )  E,
COMPLEX*16,dimension( ldvt, * )  VT,
INTEGER  LDVT,
COMPLEX*16,dimension( ldu, * )  U,
INTEGER  LDU,
COMPLEX*16,dimension( ldc, * )  C,
INTEGER  LDC,
DOUBLE PRECISION,dimension( * )  RWORK,
INTEGER  INFO 
)

Definition at line 1 of file zbdsqr.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions