LAPACK 3.3.0

zbdt01.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine ZBDT01 (M, N, KD, A, LDA, Q, LDQ, D, E, PT, LDPT, WORK, RWORK, RESID)

Function Documentation

subroutine ZBDT01 ( INTEGER  M,
INTEGER  N,
INTEGER  KD,
COMPLEX*16,dimension( lda, * )  A,
INTEGER  LDA,
COMPLEX*16,dimension( ldq, * )  Q,
INTEGER  LDQ,
DOUBLE PRECISION,dimension( * )  D,
DOUBLE PRECISION,dimension( * )  E,
COMPLEX*16,dimension( ldpt, * )  PT,
INTEGER  LDPT,
COMPLEX*16,dimension( * )  WORK,
DOUBLE PRECISION,dimension( * )  RWORK,
DOUBLE PRECISION  RESID 
)

Definition at line 1 of file zbdt01.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions