SRC/dlagv2.f File Reference
Go to the source code of this file.
Functions/Subroutines |
| subroutine | DLAGV2 (A, LDA, B, LDB, ALPHAR, ALPHAI, BETA, CSL, SNL, CSR, SNR) |
Function Documentation
| subroutine DLAGV2 |
( |
DOUBLE PRECISION,dimension( lda, * ) |
A, |
|
|
INTEGER |
LDA, |
|
|
DOUBLE PRECISION,dimension( ldb, * ) |
B, |
|
|
INTEGER |
LDB, |
|
|
DOUBLE PRECISION,dimension( 2 ) |
ALPHAR, |
|
|
DOUBLE PRECISION,dimension( 2 ) |
ALPHAI, |
|
|
DOUBLE PRECISION,dimension( 2 ) |
BETA, |
|
|
DOUBLE PRECISION |
CSL, |
|
|
DOUBLE PRECISION |
SNL, |
|
|
DOUBLE PRECISION |
CSR, |
|
|
DOUBLE PRECISION |
SNR | |
|
) |
| | |