Generic old style interface for GGLSM. Supports s, d, c, z. See also: mfi_gglsm, sgglsm, dgglsm, cgglsm, zgglsm.
Original interface for SGGLSM See also: mfi_gglsm, f77_gglsm.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | n | |||
integer, | intent(in) | :: | m | |||
integer, | intent(in) | :: | p | |||
real(kind=REAL32), | intent(inout) | :: | a(lda,*) | |||
integer, | intent(in) | :: | lda | |||
real(kind=REAL32), | intent(inout) | :: | b(ldb,*) | |||
integer, | intent(in) | :: | ldb | |||
real(kind=REAL32), | intent(inout) | :: | d(*) | |||
real(kind=REAL32), | intent(out) | :: | x(*) | |||
real(kind=REAL32), | intent(out) | :: | y(*) | |||
real(kind=REAL32), | intent(out) | :: | work(*) | |||
integer, | intent(in) | :: | lwork | |||
integer, | intent(out) | :: | info |
Original interface for DGGLSM See also: mfi_gglsm, f77_gglsm.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | n | |||
integer, | intent(in) | :: | m | |||
integer, | intent(in) | :: | p | |||
real(kind=REAL64), | intent(inout) | :: | a(lda,*) | |||
integer, | intent(in) | :: | lda | |||
real(kind=REAL64), | intent(inout) | :: | b(ldb,*) | |||
integer, | intent(in) | :: | ldb | |||
real(kind=REAL64), | intent(inout) | :: | d(*) | |||
real(kind=REAL64), | intent(out) | :: | x(*) | |||
real(kind=REAL64), | intent(out) | :: | y(*) | |||
real(kind=REAL64), | intent(out) | :: | work(*) | |||
integer, | intent(in) | :: | lwork | |||
integer, | intent(out) | :: | info |
Original interface for CGGLSM See also: mfi_gglsm, f77_gglsm.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | n | |||
integer, | intent(in) | :: | m | |||
integer, | intent(in) | :: | p | |||
complex(kind=REAL32), | intent(inout) | :: | a(lda,*) | |||
integer, | intent(in) | :: | lda | |||
complex(kind=REAL32), | intent(inout) | :: | b(ldb,*) | |||
integer, | intent(in) | :: | ldb | |||
complex(kind=REAL32), | intent(inout) | :: | d(*) | |||
complex(kind=REAL32), | intent(out) | :: | x(*) | |||
complex(kind=REAL32), | intent(out) | :: | y(*) | |||
complex(kind=REAL32), | intent(out) | :: | work(*) | |||
integer, | intent(in) | :: | lwork | |||
integer, | intent(out) | :: | info |
Original interface for ZGGLSM See also: mfi_gglsm, f77_gglsm.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | n | |||
integer, | intent(in) | :: | m | |||
integer, | intent(in) | :: | p | |||
complex(kind=REAL64), | intent(inout) | :: | a(lda,*) | |||
integer, | intent(in) | :: | lda | |||
complex(kind=REAL64), | intent(inout) | :: | b(ldb,*) | |||
integer, | intent(in) | :: | ldb | |||
complex(kind=REAL64), | intent(inout) | :: | d(*) | |||
complex(kind=REAL64), | intent(out) | :: | x(*) | |||
complex(kind=REAL64), | intent(out) | :: | y(*) | |||
complex(kind=REAL64), | intent(out) | :: | work(*) | |||
integer, | intent(in) | :: | lwork | |||
integer, | intent(out) | :: | info |