LAPACK 3.3.0

dbdt01.f File Reference

Go to the source code of this file.

Functions/Subroutines

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

Function Documentation

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

Definition at line 1 of file dbdt01.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions