LAPACK 3.3.0

cbdsqr.f File Reference

Go to the source code of this file.

Functions/Subroutines

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

Function Documentation

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

Definition at line 1 of file cbdsqr.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions