SRC/dgglse.f File Reference
Go to the source code of this file.
Functions/Subroutines |
| subroutine | DGGLSE (M, N, P, A, LDA, B, LDB, C, D, X, WORK, LWORK, INFO) |
Function Documentation
| subroutine DGGLSE |
( |
INTEGER |
M, |
|
|
INTEGER |
N, |
|
|
INTEGER |
P, |
|
|
DOUBLE PRECISION,dimension( lda, * ) |
A, |
|
|
INTEGER |
LDA, |
|
|
DOUBLE PRECISION,dimension( ldb, * ) |
B, |
|
|
INTEGER |
LDB, |
|
|
DOUBLE PRECISION,dimension( * ) |
C, |
|
|
DOUBLE PRECISION,dimension( * ) |
D, |
|
|
DOUBLE PRECISION,dimension( * ) |
X, |
|
|
DOUBLE PRECISION,dimension( * ) |
WORK, |
|
|
INTEGER |
LWORK, |
|
|
INTEGER |
INFO | |
|
) |
| | |