Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real32), | intent(in), | DIMENSION(:,:) | :: | A | ||
real(kind=real32), | intent(in), | DIMENSION(size(A,DIM=1)) | :: | b |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(in), | DIMENSION(:,:) | :: | A | ||
real(kind=real64), | intent(in), | DIMENSION(size(A,DIM=1)) | :: | b |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real128), | intent(in), | DIMENSION(:,:) | :: | A | ||
real(kind=real128), | intent(in), | DIMENSION(size(A,DIM=1)) | :: | b |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real32), | intent(in), | DIMENSION(:,:) | :: | A | ||
real(kind=real32), | intent(in), | DIMENSION(:,:) | :: | b |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(in), | DIMENSION(:,:) | :: | A | ||
real(kind=real64), | intent(in), | DIMENSION(:,:) | :: | b |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real128), | intent(in), | DIMENSION(:,:) | :: | A | ||
real(kind=real128), | intent(in), | DIMENSION(:,:) | :: | b |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real32), | intent(in), | DIMENSION(:,:) | :: | A |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(in), | DIMENSION(:,:) | :: | A |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real128), | intent(in), | DIMENSION(:,:) | :: | A |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real32), | intent(inout), | DIMENSION(:,:) | :: | A | ||
integer, | intent(in) | :: | icol | |||
integer, | intent(inout), | DIMENSION(:) | :: | order |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(inout), | DIMENSION(:,:) | :: | A | ||
integer, | intent(in) | :: | icol | |||
integer, | intent(inout), | DIMENSION(:) | :: | order |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real128), | intent(inout), | DIMENSION(:,:) | :: | A | ||
integer, | intent(in) | :: | icol | |||
integer, | intent(inout), | DIMENSION(:) | :: | order |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real32), | intent(in), | DIMENSION(:,:) | :: | A | ||
real(kind=real32), | intent(out), | DIMENSION(:,:), ALLOCATABLE | :: | L | ||
real(kind=real32), | intent(out), | DIMENSION(:,:), ALLOCATABLE | :: | U |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(in), | DIMENSION(:,:) | :: | A | ||
real(kind=real64), | intent(out), | DIMENSION(:,:), ALLOCATABLE | :: | L | ||
real(kind=real64), | intent(out), | DIMENSION(:,:), ALLOCATABLE | :: | U |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real128), | intent(in), | DIMENSION(:,:) | :: | A | ||
real(kind=real128), | intent(out), | DIMENSION(:,:), ALLOCATABLE | :: | L | ||
real(kind=real128), | intent(out), | DIMENSION(:,:), ALLOCATABLE | :: | U |