LAPACK 3.3.1
Linear Algebra PACKage

dlabrd.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DLABRD (M, N, NB, A, LDA, D, E, TAUQ, TAUP, X, LDX, Y, LDY)

Function Documentation

subroutine DLABRD ( INTEGER  M,
INTEGER  N,
INTEGER  NB,
DOUBLE PRECISION,dimension( lda, * )  A,
INTEGER  LDA,
DOUBLE PRECISION,dimension( * )  D,
DOUBLE PRECISION,dimension( * )  E,
DOUBLE PRECISION,dimension( * )  TAUQ,
DOUBLE PRECISION,dimension( * )  TAUP,
DOUBLE PRECISION,dimension( ldx, * )  X,
INTEGER  LDX,
DOUBLE PRECISION,dimension( ldy, * )  Y,
INTEGER  LDY 
)

Definition at line 1 of file dlabrd.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions