Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical, | public, | parameter | :: | ARG_CHECK | = | .false. | |
character(len=*), | public, | parameter | :: | BITNESS(2) | = | ["32", "64"] | |
character(len=*), | public, | parameter | :: | ERRMSG | = | "Integer is too big for "//BITNESS(BLAS_INT/4)//"bit BLAS/LAPACK" |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
complex | :: | cx(*) | ||||
integer | :: | incx | ||||
complex | :: | cy(*) | ||||
integer | :: | incy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
complex | :: | cx(*) | ||||
integer | :: | incx | ||||
complex | :: | cy(*) | ||||
integer | :: | incy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
double precision | :: | dx(*) | ||||
integer | :: | incx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
double precision | :: | dx(*) | ||||
integer | :: | incx | ||||
double precision | :: | dy(*) | ||||
integer | :: | incy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
real | :: | sx(*) | ||||
integer | :: | incx | ||||
real | :: | sy(*) | ||||
integer | :: | incy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
complex(kind=8) | :: | zx(*) | ||||
integer | :: | incx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
complex | :: | cx(*) | ||||
integer | :: | incx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
double precision | :: | dx(*) | ||||
integer | :: | incx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
real | :: | sx(*) | ||||
integer | :: | incx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
complex(kind=8) | :: | zx(*) | ||||
integer | :: | incx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
real | :: | sx(*) | ||||
integer | :: | incx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
complex | :: | cx(*) | ||||
integer | :: | incx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
real | :: | sx(*) | ||||
integer | :: | incx | ||||
real | :: | sy(*) | ||||
integer | :: | incy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
real | :: | sb | ||||
real | :: | sx(*) | ||||
integer | :: | incx | ||||
real | :: | sy(*) | ||||
integer | :: | incy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
complex(kind=8) | :: | zx(*) | ||||
integer | :: | incx | ||||
complex(kind=8) | :: | zy(*) | ||||
integer | :: | incy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
complex(kind=8) | :: | zx(*) | ||||
integer | :: | incx | ||||
complex(kind=8) | :: | zy(*) | ||||
integer | :: | incy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
real(kind=8) | :: | x(*) | ||||
integer | :: | incx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
complex(kind=8) | :: | x(*) | ||||
integer | :: | incx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
complex(kind=4) | :: | x(*) | ||||
integer | :: | incx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
real(kind=4) | :: | x(*) | ||||
integer | :: | incx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
complex | :: | ca | ||||
complex | :: | cx(*) | ||||
integer | :: | incx | ||||
complex | :: | cy(*) | ||||
integer | :: | incy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
complex | :: | cx(*) | ||||
integer | :: | incx | ||||
complex | :: | cy(*) | ||||
integer | :: | incy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | trans | ||||
integer | :: | m | ||||
integer | :: | n | ||||
integer | :: | kl | ||||
integer | :: | ku | ||||
complex | :: | alpha | ||||
complex | :: | a(lda,*) | ||||
integer | :: | lda | ||||
complex | :: | x(*) | ||||
integer | :: | incx | ||||
complex | :: | beta | ||||
complex | :: | y(*) | ||||
integer | :: | incy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | transa | ||||
character(len=1) | :: | transb | ||||
integer | :: | m | ||||
integer | :: | n | ||||
integer | :: | k | ||||
complex | :: | alpha | ||||
complex | :: | a(lda,*) | ||||
integer | :: | lda | ||||
complex | :: | b(ldb,*) | ||||
integer | :: | ldb | ||||
complex | :: | beta | ||||
complex | :: | c(ldc,*) | ||||
integer | :: | ldc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | trans | ||||
integer | :: | m | ||||
integer | :: | n | ||||
complex | :: | alpha | ||||
complex | :: | a(lda,*) | ||||
integer | :: | lda | ||||
complex | :: | x(*) | ||||
integer | :: | incx | ||||
complex | :: | beta | ||||
complex | :: | y(*) | ||||
integer | :: | incy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | m | ||||
integer | :: | n | ||||
complex | :: | alpha | ||||
complex | :: | x(*) | ||||
integer | :: | incx | ||||
complex | :: | y(*) | ||||
integer | :: | incy | ||||
complex | :: | a(lda,*) | ||||
integer | :: | lda |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | m | ||||
integer | :: | n | ||||
complex | :: | alpha | ||||
complex | :: | x(*) | ||||
integer | :: | incx | ||||
complex | :: | y(*) | ||||
integer | :: | incy | ||||
complex | :: | a(lda,*) | ||||
integer | :: | lda |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
integer | :: | n | ||||
integer | :: | k | ||||
complex | :: | alpha | ||||
complex | :: | a(lda,*) | ||||
integer | :: | lda | ||||
complex | :: | x(*) | ||||
integer | :: | incx | ||||
complex | :: | beta | ||||
complex | :: | y(*) | ||||
integer | :: | incy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | side | ||||
character(len=1) | :: | uplo | ||||
integer | :: | m | ||||
integer | :: | n | ||||
complex | :: | alpha | ||||
complex | :: | a(lda,*) | ||||
integer | :: | lda | ||||
complex | :: | b(ldb,*) | ||||
integer | :: | ldb | ||||
complex | :: | beta | ||||
complex | :: | c(ldc,*) | ||||
integer | :: | ldc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
integer | :: | n | ||||
complex | :: | alpha | ||||
complex | :: | a(lda,*) | ||||
integer | :: | lda | ||||
complex | :: | x(*) | ||||
integer | :: | incx | ||||
complex | :: | beta | ||||
complex | :: | y(*) | ||||
integer | :: | incy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
integer | :: | n | ||||
real | :: | alpha | ||||
complex | :: | x(*) | ||||
integer | :: | incx | ||||
complex | :: | a(lda,*) | ||||
integer | :: | lda |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
integer | :: | n | ||||
complex | :: | alpha | ||||
complex | :: | x(*) | ||||
integer | :: | incx | ||||
complex | :: | y(*) | ||||
integer | :: | incy | ||||
complex | :: | a(lda,*) | ||||
integer | :: | lda |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
character(len=1) | :: | trans | ||||
integer | :: | n | ||||
integer | :: | k | ||||
complex | :: | alpha | ||||
complex | :: | a(lda,*) | ||||
integer | :: | lda | ||||
complex | :: | b(ldb,*) | ||||
integer | :: | ldb | ||||
real | :: | beta | ||||
complex | :: | c(ldc,*) | ||||
integer | :: | ldc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
character(len=1) | :: | trans | ||||
integer | :: | n | ||||
integer | :: | k | ||||
real | :: | alpha | ||||
complex | :: | a(lda,*) | ||||
integer | :: | lda | ||||
real | :: | beta | ||||
complex | :: | c(ldc,*) | ||||
integer | :: | ldc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
integer | :: | n | ||||
complex | :: | alpha | ||||
complex | :: | ap(*) | ||||
complex | :: | x(*) | ||||
integer | :: | incx | ||||
complex | :: | beta | ||||
complex | :: | y(*) | ||||
integer | :: | incy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
integer | :: | n | ||||
real | :: | alpha | ||||
complex | :: | x(*) | ||||
integer | :: | incx | ||||
complex | :: | ap(*) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
integer | :: | n | ||||
complex | :: | alpha | ||||
complex | :: | x(*) | ||||
integer | :: | incx | ||||
complex | :: | y(*) | ||||
integer | :: | incy | ||||
complex | :: | ap(*) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
complex | :: | ca | ||||
complex | :: | cx(*) | ||||
integer | :: | incx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
complex | :: | cx(*) | ||||
integer | :: | incx | ||||
complex | :: | cy(*) | ||||
integer | :: | incy | ||||
real | :: | c | ||||
real | :: | s |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
real | :: | sa | ||||
complex | :: | cx(*) | ||||
integer | :: | incx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
complex | :: | cx(*) | ||||
integer | :: | incx | ||||
complex | :: | cy(*) | ||||
integer | :: | incy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | side | ||||
character(len=1) | :: | uplo | ||||
integer | :: | m | ||||
integer | :: | n | ||||
complex | :: | alpha | ||||
complex | :: | a(lda,*) | ||||
integer | :: | lda | ||||
complex | :: | b(ldb,*) | ||||
integer | :: | ldb | ||||
complex | :: | beta | ||||
complex | :: | c(ldc,*) | ||||
integer | :: | ldc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
character(len=1) | :: | trans | ||||
integer | :: | n | ||||
integer | :: | k | ||||
complex | :: | alpha | ||||
complex | :: | a(lda,*) | ||||
integer | :: | lda | ||||
complex | :: | b(ldb,*) | ||||
integer | :: | ldb | ||||
complex | :: | beta | ||||
complex | :: | c(ldc,*) | ||||
integer | :: | ldc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
character(len=1) | :: | trans | ||||
integer | :: | n | ||||
integer | :: | k | ||||
complex | :: | alpha | ||||
complex | :: | a(lda,*) | ||||
integer | :: | lda | ||||
complex | :: | beta | ||||
complex | :: | c(ldc,*) | ||||
integer | :: | ldc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
character(len=1) | :: | trans | ||||
character(len=1) | :: | diag | ||||
integer | :: | n | ||||
integer | :: | k | ||||
complex | :: | a(lda,*) | ||||
integer | :: | lda | ||||
complex | :: | x(*) | ||||
integer | :: | incx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
character(len=1) | :: | trans | ||||
character(len=1) | :: | diag | ||||
integer | :: | n | ||||
integer | :: | k | ||||
complex | :: | a(lda,*) | ||||
integer | :: | lda | ||||
complex | :: | x(*) | ||||
integer | :: | incx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
character(len=1) | :: | trans | ||||
character(len=1) | :: | diag | ||||
integer | :: | n | ||||
complex | :: | ap(*) | ||||
complex | :: | x(*) | ||||
integer | :: | incx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
character(len=1) | :: | trans | ||||
character(len=1) | :: | diag | ||||
integer | :: | n | ||||
complex | :: | ap(*) | ||||
complex | :: | x(*) | ||||
integer | :: | incx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | side | ||||
character(len=1) | :: | uplo | ||||
character(len=1) | :: | transa | ||||
character(len=1) | :: | diag | ||||
integer | :: | m | ||||
integer | :: | n | ||||
complex | :: | alpha | ||||
complex | :: | a(lda,*) | ||||
integer | :: | lda | ||||
complex | :: | b(ldb,*) | ||||
integer | :: | ldb |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
character(len=1) | :: | trans | ||||
character(len=1) | :: | diag | ||||
integer | :: | n | ||||
complex | :: | a(lda,*) | ||||
integer | :: | lda | ||||
complex | :: | x(*) | ||||
integer | :: | incx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | side | ||||
character(len=1) | :: | uplo | ||||
character(len=1) | :: | transa | ||||
character(len=1) | :: | diag | ||||
integer | :: | m | ||||
integer | :: | n | ||||
complex | :: | alpha | ||||
complex | :: | a(lda,*) | ||||
integer | :: | lda | ||||
complex | :: | b(ldb,*) | ||||
integer | :: | ldb |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
character(len=1) | :: | trans | ||||
character(len=1) | :: | diag | ||||
integer | :: | n | ||||
complex | :: | a(lda,*) | ||||
integer | :: | lda | ||||
complex | :: | x(*) | ||||
integer | :: | incx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
double precision | :: | da | ||||
double precision | :: | dx(*) | ||||
integer | :: | incx | ||||
double precision | :: | dy(*) | ||||
integer | :: | incy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
double precision | :: | dx(*) | ||||
integer | :: | incx | ||||
double precision | :: | dy(*) | ||||
integer | :: | incy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | trans | ||||
integer | :: | m | ||||
integer | :: | n | ||||
integer | :: | kl | ||||
integer | :: | ku | ||||
double precision | :: | alpha | ||||
double precision | :: | a(lda,*) | ||||
integer | :: | lda | ||||
double precision | :: | x(*) | ||||
integer | :: | incx | ||||
double precision | :: | beta | ||||
double precision | :: | y(*) | ||||
integer | :: | incy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | transa | ||||
character(len=1) | :: | transb | ||||
integer | :: | m | ||||
integer | :: | n | ||||
integer | :: | k | ||||
double precision | :: | alpha | ||||
double precision | :: | a(lda,*) | ||||
integer | :: | lda | ||||
double precision | :: | b(ldb,*) | ||||
integer | :: | ldb | ||||
double precision | :: | beta | ||||
double precision | :: | c(ldc,*) | ||||
integer | :: | ldc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | trans | ||||
integer | :: | m | ||||
integer | :: | n | ||||
double precision | :: | alpha | ||||
double precision | :: | a(lda,*) | ||||
integer | :: | lda | ||||
double precision | :: | x(*) | ||||
integer | :: | incx | ||||
double precision | :: | beta | ||||
double precision | :: | y(*) | ||||
integer | :: | incy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | m | ||||
integer | :: | n | ||||
double precision | :: | alpha | ||||
double precision | :: | x(*) | ||||
integer | :: | incx | ||||
double precision | :: | y(*) | ||||
integer | :: | incy | ||||
double precision | :: | a(lda,*) | ||||
integer | :: | lda |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
double precision | :: | dx(*) | ||||
integer | :: | incx | ||||
double precision | :: | dy(*) | ||||
integer | :: | incy | ||||
double precision | :: | c | ||||
double precision | :: | s |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
double precision | :: | dx(*) | ||||
integer | :: | incx | ||||
double precision | :: | dy(*) | ||||
integer | :: | incy | ||||
double precision | :: | dparam(5) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
integer | :: | n | ||||
integer | :: | k | ||||
double precision | :: | alpha | ||||
double precision | :: | a(lda,*) | ||||
integer | :: | lda | ||||
double precision | :: | x(*) | ||||
integer | :: | incx | ||||
double precision | :: | beta | ||||
double precision | :: | y(*) | ||||
integer | :: | incy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
double precision | :: | da | ||||
double precision | :: | dx(*) | ||||
integer | :: | incx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
integer | :: | n | ||||
double precision | :: | alpha | ||||
double precision | :: | ap(*) | ||||
double precision | :: | x(*) | ||||
integer | :: | incx | ||||
double precision | :: | beta | ||||
double precision | :: | y(*) | ||||
integer | :: | incy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
integer | :: | n | ||||
double precision | :: | alpha | ||||
double precision | :: | x(*) | ||||
integer | :: | incx | ||||
double precision | :: | ap(*) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
integer | :: | n | ||||
double precision | :: | alpha | ||||
double precision | :: | x(*) | ||||
integer | :: | incx | ||||
double precision | :: | y(*) | ||||
integer | :: | incy | ||||
double precision | :: | ap(*) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
double precision | :: | dx(*) | ||||
integer | :: | incx | ||||
double precision | :: | dy(*) | ||||
integer | :: | incy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | side | ||||
character(len=1) | :: | uplo | ||||
integer | :: | m | ||||
integer | :: | n | ||||
double precision | :: | alpha | ||||
double precision | :: | a(lda,*) | ||||
integer | :: | lda | ||||
double precision | :: | b(ldb,*) | ||||
integer | :: | ldb | ||||
double precision | :: | beta | ||||
double precision | :: | c(ldc,*) | ||||
integer | :: | ldc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
integer | :: | n | ||||
double precision | :: | alpha | ||||
double precision | :: | a(lda,*) | ||||
integer | :: | lda | ||||
double precision | :: | x(*) | ||||
integer | :: | incx | ||||
double precision | :: | beta | ||||
double precision | :: | y(*) | ||||
integer | :: | incy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
integer | :: | n | ||||
double precision | :: | alpha | ||||
double precision | :: | x(*) | ||||
integer | :: | incx | ||||
double precision | :: | a(lda,*) | ||||
integer | :: | lda |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
integer | :: | n | ||||
double precision | :: | alpha | ||||
double precision | :: | x(*) | ||||
integer | :: | incx | ||||
double precision | :: | y(*) | ||||
integer | :: | incy | ||||
double precision | :: | a(lda,*) | ||||
integer | :: | lda |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
character(len=1) | :: | trans | ||||
integer | :: | n | ||||
integer | :: | k | ||||
double precision | :: | alpha | ||||
double precision | :: | a(lda,*) | ||||
integer | :: | lda | ||||
double precision | :: | b(ldb,*) | ||||
integer | :: | ldb | ||||
double precision | :: | beta | ||||
double precision | :: | c(ldc,*) | ||||
integer | :: | ldc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
character(len=1) | :: | trans | ||||
integer | :: | n | ||||
integer | :: | k | ||||
double precision | :: | alpha | ||||
double precision | :: | a(lda,*) | ||||
integer | :: | lda | ||||
double precision | :: | beta | ||||
double precision | :: | c(ldc,*) | ||||
integer | :: | ldc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
character(len=1) | :: | trans | ||||
character(len=1) | :: | diag | ||||
integer | :: | n | ||||
integer | :: | k | ||||
double precision | :: | a(lda,*) | ||||
integer | :: | lda | ||||
double precision | :: | x(*) | ||||
integer | :: | incx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
character(len=1) | :: | trans | ||||
character(len=1) | :: | diag | ||||
integer | :: | n | ||||
integer | :: | k | ||||
double precision | :: | a(lda,*) | ||||
integer | :: | lda | ||||
double precision | :: | x(*) | ||||
integer | :: | incx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
character(len=1) | :: | trans | ||||
character(len=1) | :: | diag | ||||
integer | :: | n | ||||
double precision | :: | ap(*) | ||||
double precision | :: | x(*) | ||||
integer | :: | incx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
character(len=1) | :: | trans | ||||
character(len=1) | :: | diag | ||||
integer | :: | n | ||||
double precision | :: | ap(*) | ||||
double precision | :: | x(*) | ||||
integer | :: | incx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | side | ||||
character(len=1) | :: | uplo | ||||
character(len=1) | :: | transa | ||||
character(len=1) | :: | diag | ||||
integer | :: | m | ||||
integer | :: | n | ||||
double precision | :: | alpha | ||||
double precision | :: | a(lda,*) | ||||
integer | :: | lda | ||||
double precision | :: | b(ldb,*) | ||||
integer | :: | ldb |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
character(len=1) | :: | trans | ||||
character(len=1) | :: | diag | ||||
integer | :: | n | ||||
double precision | :: | a(lda,*) | ||||
integer | :: | lda | ||||
double precision | :: | x(*) | ||||
integer | :: | incx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | side | ||||
character(len=1) | :: | uplo | ||||
character(len=1) | :: | transa | ||||
character(len=1) | :: | diag | ||||
integer | :: | m | ||||
integer | :: | n | ||||
double precision | :: | alpha | ||||
double precision | :: | a(lda,*) | ||||
integer | :: | lda | ||||
double precision | :: | b(ldb,*) | ||||
integer | :: | ldb |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
character(len=1) | :: | trans | ||||
character(len=1) | :: | diag | ||||
integer | :: | n | ||||
double precision | :: | a(lda,*) | ||||
integer | :: | lda | ||||
double precision | :: | x(*) | ||||
integer | :: | incx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
real | :: | sa | ||||
real | :: | sx(*) | ||||
integer | :: | incx | ||||
real | :: | sy(*) | ||||
integer | :: | incy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
real | :: | sx(*) | ||||
integer | :: | incx | ||||
real | :: | sy(*) | ||||
integer | :: | incy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | trans | ||||
integer | :: | m | ||||
integer | :: | n | ||||
integer | :: | kl | ||||
integer | :: | ku | ||||
real | :: | alpha | ||||
real | :: | a(lda,*) | ||||
integer | :: | lda | ||||
real | :: | x(*) | ||||
integer | :: | incx | ||||
real | :: | beta | ||||
real | :: | y(*) | ||||
integer | :: | incy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | transa | ||||
character(len=1) | :: | transb | ||||
integer | :: | m | ||||
integer | :: | n | ||||
integer | :: | k | ||||
real | :: | alpha | ||||
real | :: | a(lda,*) | ||||
integer | :: | lda | ||||
real | :: | b(ldb,*) | ||||
integer | :: | ldb | ||||
real | :: | beta | ||||
real | :: | c(ldc,*) | ||||
integer | :: | ldc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | trans | ||||
integer | :: | m | ||||
integer | :: | n | ||||
real | :: | alpha | ||||
real | :: | a(lda,*) | ||||
integer | :: | lda | ||||
real | :: | x(*) | ||||
integer | :: | incx | ||||
real | :: | beta | ||||
real | :: | y(*) | ||||
integer | :: | incy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | m | ||||
integer | :: | n | ||||
real | :: | alpha | ||||
real | :: | x(*) | ||||
integer | :: | incx | ||||
real | :: | y(*) | ||||
integer | :: | incy | ||||
real | :: | a(lda,*) | ||||
integer | :: | lda |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
real | :: | sx(*) | ||||
integer | :: | incx | ||||
real | :: | sy(*) | ||||
integer | :: | incy | ||||
real | :: | c | ||||
real | :: | s |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
real | :: | sx(*) | ||||
integer | :: | incx | ||||
real | :: | sy(*) | ||||
integer | :: | incy | ||||
real | :: | sparam(5) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
integer | :: | n | ||||
integer | :: | k | ||||
real | :: | alpha | ||||
real | :: | a(lda,*) | ||||
integer | :: | lda | ||||
real | :: | x(*) | ||||
integer | :: | incx | ||||
real | :: | beta | ||||
real | :: | y(*) | ||||
integer | :: | incy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
real | :: | sa | ||||
real | :: | sx(*) | ||||
integer | :: | incx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
integer | :: | n | ||||
real | :: | alpha | ||||
real | :: | ap(*) | ||||
real | :: | x(*) | ||||
integer | :: | incx | ||||
real | :: | beta | ||||
real | :: | y(*) | ||||
integer | :: | incy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
integer | :: | n | ||||
real | :: | alpha | ||||
real | :: | x(*) | ||||
integer | :: | incx | ||||
real | :: | ap(*) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
integer | :: | n | ||||
real | :: | alpha | ||||
real | :: | x(*) | ||||
integer | :: | incx | ||||
real | :: | y(*) | ||||
integer | :: | incy | ||||
real | :: | ap(*) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
real | :: | sx(*) | ||||
integer | :: | incx | ||||
real | :: | sy(*) | ||||
integer | :: | incy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | side | ||||
character(len=1) | :: | uplo | ||||
integer | :: | m | ||||
integer | :: | n | ||||
real | :: | alpha | ||||
real | :: | a(lda,*) | ||||
integer | :: | lda | ||||
real | :: | b(ldb,*) | ||||
integer | :: | ldb | ||||
real | :: | beta | ||||
real | :: | c(ldc,*) | ||||
integer | :: | ldc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
integer | :: | n | ||||
real | :: | alpha | ||||
real | :: | a(lda,*) | ||||
integer | :: | lda | ||||
real | :: | x(*) | ||||
integer | :: | incx | ||||
real | :: | beta | ||||
real | :: | y(*) | ||||
integer | :: | incy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
integer | :: | n | ||||
real | :: | alpha | ||||
real | :: | x(*) | ||||
integer | :: | incx | ||||
real | :: | a(lda,*) | ||||
integer | :: | lda |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
integer | :: | n | ||||
real | :: | alpha | ||||
real | :: | x(*) | ||||
integer | :: | incx | ||||
real | :: | y(*) | ||||
integer | :: | incy | ||||
real | :: | a(lda,*) | ||||
integer | :: | lda |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
character(len=1) | :: | trans | ||||
integer | :: | n | ||||
integer | :: | k | ||||
real | :: | alpha | ||||
real | :: | a(lda,*) | ||||
integer | :: | lda | ||||
real | :: | b(ldb,*) | ||||
integer | :: | ldb | ||||
real | :: | beta | ||||
real | :: | c(ldc,*) | ||||
integer | :: | ldc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
character(len=1) | :: | trans | ||||
integer | :: | n | ||||
integer | :: | k | ||||
real | :: | alpha | ||||
real | :: | a(lda,*) | ||||
integer | :: | lda | ||||
real | :: | beta | ||||
real | :: | c(ldc,*) | ||||
integer | :: | ldc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
character(len=1) | :: | trans | ||||
character(len=1) | :: | diag | ||||
integer | :: | n | ||||
integer | :: | k | ||||
real | :: | a(lda,*) | ||||
integer | :: | lda | ||||
real | :: | x(*) | ||||
integer | :: | incx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
character(len=1) | :: | trans | ||||
character(len=1) | :: | diag | ||||
integer | :: | n | ||||
integer | :: | k | ||||
real | :: | a(lda,*) | ||||
integer | :: | lda | ||||
real | :: | x(*) | ||||
integer | :: | incx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
character(len=1) | :: | trans | ||||
character(len=1) | :: | diag | ||||
integer | :: | n | ||||
real | :: | ap(*) | ||||
real | :: | x(*) | ||||
integer | :: | incx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
character(len=1) | :: | trans | ||||
character(len=1) | :: | diag | ||||
integer | :: | n | ||||
real | :: | ap(*) | ||||
real | :: | x(*) | ||||
integer | :: | incx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | side | ||||
character(len=1) | :: | uplo | ||||
character(len=1) | :: | transa | ||||
character(len=1) | :: | diag | ||||
integer | :: | m | ||||
integer | :: | n | ||||
real | :: | alpha | ||||
real | :: | a(lda,*) | ||||
integer | :: | lda | ||||
real | :: | b(ldb,*) | ||||
integer | :: | ldb |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
character(len=1) | :: | trans | ||||
character(len=1) | :: | diag | ||||
integer | :: | n | ||||
real | :: | a(lda,*) | ||||
integer | :: | lda | ||||
real | :: | x(*) | ||||
integer | :: | incx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | side | ||||
character(len=1) | :: | uplo | ||||
character(len=1) | :: | transa | ||||
character(len=1) | :: | diag | ||||
integer | :: | m | ||||
integer | :: | n | ||||
real | :: | alpha | ||||
real | :: | a(lda,*) | ||||
integer | :: | lda | ||||
real | :: | b(ldb,*) | ||||
integer | :: | ldb |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
character(len=1) | :: | trans | ||||
character(len=1) | :: | diag | ||||
integer | :: | n | ||||
real | :: | a(lda,*) | ||||
integer | :: | lda | ||||
real | :: | x(*) | ||||
integer | :: | incx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | srname | ||||
integer | :: | info |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
complex(kind=8) | :: | za | ||||
complex(kind=8) | :: | zx(*) | ||||
integer | :: | incx | ||||
complex(kind=8) | :: | zy(*) | ||||
integer | :: | incy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
complex(kind=8) | :: | zx(*) | ||||
integer | :: | incx | ||||
complex(kind=8) | :: | zy(*) | ||||
integer | :: | incy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
complex(kind=8) | :: | zx(*) | ||||
integer | :: | incx | ||||
complex(kind=8) | :: | zy(*) | ||||
integer | :: | incy | ||||
double precision | :: | c | ||||
double precision | :: | s |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
double precision | :: | da | ||||
complex(kind=8) | :: | zx(*) | ||||
integer | :: | incx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | trans | ||||
integer | :: | m | ||||
integer | :: | n | ||||
integer | :: | kl | ||||
integer | :: | ku | ||||
complex(kind=8) | :: | alpha | ||||
complex(kind=8) | :: | a(lda,*) | ||||
integer | :: | lda | ||||
complex(kind=8) | :: | x(*) | ||||
integer | :: | incx | ||||
complex(kind=8) | :: | beta | ||||
complex(kind=8) | :: | y(*) | ||||
integer | :: | incy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | transa | ||||
character(len=1) | :: | transb | ||||
integer | :: | m | ||||
integer | :: | n | ||||
integer | :: | k | ||||
complex(kind=8) | :: | alpha | ||||
complex(kind=8) | :: | a(lda,*) | ||||
integer | :: | lda | ||||
complex(kind=8) | :: | b(ldb,*) | ||||
integer | :: | ldb | ||||
complex(kind=8) | :: | beta | ||||
complex(kind=8) | :: | c(ldc,*) | ||||
integer | :: | ldc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | trans | ||||
integer | :: | m | ||||
integer | :: | n | ||||
complex(kind=8) | :: | alpha | ||||
complex(kind=8) | :: | a(lda,*) | ||||
integer | :: | lda | ||||
complex(kind=8) | :: | x(*) | ||||
integer | :: | incx | ||||
complex(kind=8) | :: | beta | ||||
complex(kind=8) | :: | y(*) | ||||
integer | :: | incy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | m | ||||
integer | :: | n | ||||
complex(kind=8) | :: | alpha | ||||
complex(kind=8) | :: | x(*) | ||||
integer | :: | incx | ||||
complex(kind=8) | :: | y(*) | ||||
integer | :: | incy | ||||
complex(kind=8) | :: | a(lda,*) | ||||
integer | :: | lda |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | m | ||||
integer | :: | n | ||||
complex(kind=8) | :: | alpha | ||||
complex(kind=8) | :: | x(*) | ||||
integer | :: | incx | ||||
complex(kind=8) | :: | y(*) | ||||
integer | :: | incy | ||||
complex(kind=8) | :: | a(lda,*) | ||||
integer | :: | lda |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
integer | :: | n | ||||
integer | :: | k | ||||
complex(kind=8) | :: | alpha | ||||
complex(kind=8) | :: | a(lda,*) | ||||
integer | :: | lda | ||||
complex(kind=8) | :: | x(*) | ||||
integer | :: | incx | ||||
complex(kind=8) | :: | beta | ||||
complex(kind=8) | :: | y(*) | ||||
integer | :: | incy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | side | ||||
character(len=1) | :: | uplo | ||||
integer | :: | m | ||||
integer | :: | n | ||||
complex(kind=8) | :: | alpha | ||||
complex(kind=8) | :: | a(lda,*) | ||||
integer | :: | lda | ||||
complex(kind=8) | :: | b(ldb,*) | ||||
integer | :: | ldb | ||||
complex(kind=8) | :: | beta | ||||
complex(kind=8) | :: | c(ldc,*) | ||||
integer | :: | ldc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
integer | :: | n | ||||
complex(kind=8) | :: | alpha | ||||
complex(kind=8) | :: | a(lda,*) | ||||
integer | :: | lda | ||||
complex(kind=8) | :: | x(*) | ||||
integer | :: | incx | ||||
complex(kind=8) | :: | beta | ||||
complex(kind=8) | :: | y(*) | ||||
integer | :: | incy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
integer | :: | n | ||||
double precision | :: | alpha | ||||
complex(kind=8) | :: | x(*) | ||||
integer | :: | incx | ||||
complex(kind=8) | :: | a(lda,*) | ||||
integer | :: | lda |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
integer | :: | n | ||||
complex(kind=8) | :: | alpha | ||||
complex(kind=8) | :: | x(*) | ||||
integer | :: | incx | ||||
complex(kind=8) | :: | y(*) | ||||
integer | :: | incy | ||||
complex(kind=8) | :: | a(lda,*) | ||||
integer | :: | lda |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
character(len=1) | :: | trans | ||||
integer | :: | n | ||||
integer | :: | k | ||||
complex(kind=8) | :: | alpha | ||||
complex(kind=8) | :: | a(lda,*) | ||||
integer | :: | lda | ||||
complex(kind=8) | :: | b(ldb,*) | ||||
integer | :: | ldb | ||||
double precision | :: | beta | ||||
complex(kind=8) | :: | c(ldc,*) | ||||
integer | :: | ldc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
character(len=1) | :: | trans | ||||
integer | :: | n | ||||
integer | :: | k | ||||
double precision | :: | alpha | ||||
complex(kind=8) | :: | a(lda,*) | ||||
integer | :: | lda | ||||
double precision | :: | beta | ||||
complex(kind=8) | :: | c(ldc,*) | ||||
integer | :: | ldc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
integer | :: | n | ||||
complex(kind=8) | :: | alpha | ||||
complex(kind=8) | :: | ap(*) | ||||
complex(kind=8) | :: | x(*) | ||||
integer | :: | incx | ||||
complex(kind=8) | :: | beta | ||||
complex(kind=8) | :: | y(*) | ||||
integer | :: | incy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
integer | :: | n | ||||
double precision | :: | alpha | ||||
complex(kind=8) | :: | x(*) | ||||
integer | :: | incx | ||||
complex(kind=8) | :: | ap(*) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
integer | :: | n | ||||
complex(kind=8) | :: | alpha | ||||
complex(kind=8) | :: | x(*) | ||||
integer | :: | incx | ||||
complex(kind=8) | :: | y(*) | ||||
integer | :: | incy | ||||
complex(kind=8) | :: | ap(*) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
complex(kind=8) | :: | za | ||||
complex(kind=8) | :: | zx(*) | ||||
integer | :: | incx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | n | ||||
complex(kind=8) | :: | zx(*) | ||||
integer | :: | incx | ||||
complex(kind=8) | :: | zy(*) | ||||
integer | :: | incy |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | side | ||||
character(len=1) | :: | uplo | ||||
integer | :: | m | ||||
integer | :: | n | ||||
complex(kind=8) | :: | alpha | ||||
complex(kind=8) | :: | a(lda,*) | ||||
integer | :: | lda | ||||
complex(kind=8) | :: | b(ldb,*) | ||||
integer | :: | ldb | ||||
complex(kind=8) | :: | beta | ||||
complex(kind=8) | :: | c(ldc,*) | ||||
integer | :: | ldc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
character(len=1) | :: | trans | ||||
integer | :: | n | ||||
integer | :: | k | ||||
complex(kind=8) | :: | alpha | ||||
complex(kind=8) | :: | a(lda,*) | ||||
integer | :: | lda | ||||
complex(kind=8) | :: | b(ldb,*) | ||||
integer | :: | ldb | ||||
complex(kind=8) | :: | beta | ||||
complex(kind=8) | :: | c(ldc,*) | ||||
integer | :: | ldc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
character(len=1) | :: | trans | ||||
integer | :: | n | ||||
integer | :: | k | ||||
complex(kind=8) | :: | alpha | ||||
complex(kind=8) | :: | a(lda,*) | ||||
integer | :: | lda | ||||
complex(kind=8) | :: | beta | ||||
complex(kind=8) | :: | c(ldc,*) | ||||
integer | :: | ldc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
character(len=1) | :: | trans | ||||
character(len=1) | :: | diag | ||||
integer | :: | n | ||||
integer | :: | k | ||||
complex(kind=8) | :: | a(lda,*) | ||||
integer | :: | lda | ||||
complex(kind=8) | :: | x(*) | ||||
integer | :: | incx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
character(len=1) | :: | trans | ||||
character(len=1) | :: | diag | ||||
integer | :: | n | ||||
integer | :: | k | ||||
complex(kind=8) | :: | a(lda,*) | ||||
integer | :: | lda | ||||
complex(kind=8) | :: | x(*) | ||||
integer | :: | incx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
character(len=1) | :: | trans | ||||
character(len=1) | :: | diag | ||||
integer | :: | n | ||||
complex(kind=8) | :: | ap(*) | ||||
complex(kind=8) | :: | x(*) | ||||
integer | :: | incx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
character(len=1) | :: | trans | ||||
character(len=1) | :: | diag | ||||
integer | :: | n | ||||
complex(kind=8) | :: | ap(*) | ||||
complex(kind=8) | :: | x(*) | ||||
integer | :: | incx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | side | ||||
character(len=1) | :: | uplo | ||||
character(len=1) | :: | transa | ||||
character(len=1) | :: | diag | ||||
integer | :: | m | ||||
integer | :: | n | ||||
complex(kind=8) | :: | alpha | ||||
complex(kind=8) | :: | a(lda,*) | ||||
integer | :: | lda | ||||
complex(kind=8) | :: | b(ldb,*) | ||||
integer | :: | ldb |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
character(len=1) | :: | trans | ||||
character(len=1) | :: | diag | ||||
integer | :: | n | ||||
complex(kind=8) | :: | a(lda,*) | ||||
integer | :: | lda | ||||
complex(kind=8) | :: | x(*) | ||||
integer | :: | incx |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | side | ||||
character(len=1) | :: | uplo | ||||
character(len=1) | :: | transa | ||||
character(len=1) | :: | diag | ||||
integer | :: | m | ||||
integer | :: | n | ||||
complex(kind=8) | :: | alpha | ||||
complex(kind=8) | :: | a(lda,*) | ||||
integer | :: | lda | ||||
complex(kind=8) | :: | b(ldb,*) | ||||
integer | :: | ldb |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1) | :: | uplo | ||||
character(len=1) | :: | trans | ||||
character(len=1) | :: | diag | ||||
integer | :: | n | ||||
complex(kind=8) | :: | a(lda,*) | ||||
integer | :: | lda | ||||
complex(kind=8) | :: | x(*) | ||||
integer | :: | incx |