LAPACK 3.3.0

dlatm6.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DLATM6 (TYPE, N, A, LDA, B, X, LDX, Y, LDY, ALPHA, BETA, WX, WY, S, DIF)

Function Documentation

subroutine DLATM6 ( INTEGER  TYPE,
INTEGER  N,
DOUBLE PRECISION,dimension( lda, * )  A,
INTEGER  LDA,
DOUBLE PRECISION,dimension( lda, * )  B,
DOUBLE PRECISION,dimension( ldx, * )  X,
INTEGER  LDX,
DOUBLE PRECISION,dimension( ldy, * )  Y,
INTEGER  LDY,
DOUBLE PRECISION  ALPHA,
DOUBLE PRECISION  BETA,
DOUBLE PRECISION  WX,
DOUBLE PRECISION  WY,
DOUBLE PRECISION,dimension( * )  S,
DOUBLE PRECISION,dimension( * )  DIF 
)

Definition at line 1 of file dlatm6.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions