Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(inout), | allocatable | :: | mat(:,:) | ||
logical, | intent(in), | optional | :: | extend1stColumn | ||
logical, | intent(in), | optional | :: | extend2ndColumn | ||
real(kind=real64), | intent(in), | optional | :: | DefaultValue |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(inout), | allocatable | :: | mat(:) | ||
real(kind=real64), | intent(in), | optional | :: | DefaultValue | ||
integer, | intent(in), | optional | :: | number |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(inout), | allocatable | :: | mat(:) | ||
integer(kind=int32), | intent(in), | optional | :: | DefaultValue | ||
integer(kind=int32), | intent(in), | optional | :: | number |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(inout), | allocatable | :: | mat(:,:) | ||
logical, | intent(in), | optional | :: | extend1stColumn | ||
logical, | intent(in), | optional | :: | extend2ndColumn | ||
integer(kind=int32), | intent(in), | optional | :: | DefaultValue |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=200), | intent(inout), | allocatable | :: | mat(:,:) | ||
logical, | intent(in), | optional | :: | extend1stColumn | ||
logical, | intent(in), | optional | :: | extend2ndColumn | ||
character(len=200), | intent(in), | optional | :: | DefaultValue |