LAPACK 3.3.0

dlatrd.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DLATRD (UPLO, N, NB, A, LDA, E, TAU, W, LDW)

Function Documentation

subroutine DLATRD ( CHARACTER  UPLO,
INTEGER  N,
INTEGER  NB,
DOUBLE PRECISION,dimension( lda, * )  A,
INTEGER  LDA,
DOUBLE PRECISION,dimension( * )  E,
DOUBLE PRECISION,dimension( * )  TAU,
DOUBLE PRECISION,dimension( ldw, * )  W,
INTEGER  LDW 
)

Definition at line 1 of file dlatrd.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions