LAPACK 3.3.1
Linear Algebra PACKage

slabrd.f File Reference

Go to the source code of this file.

Functions/Subroutines

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

Function Documentation

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

Definition at line 1 of file slabrd.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions