Go to the source code of this file.
Functions/Subroutines |
subroutine | DLAG2S (M, N, A, LDA, SA, LDSA, INFO) |
Function Documentation
subroutine DLAG2S |
( |
INTEGER |
M, |
|
|
INTEGER |
N, |
|
|
DOUBLE PRECISION,dimension( lda, * ) |
A, |
|
|
INTEGER |
LDA, |
|
|
REAL,dimension( ldsa, * ) |
SA, |
|
|
INTEGER |
LDSA, |
|
|
INTEGER |
INFO |
|
) |
| |