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 |
|
) |
| |