Create a ndarray from a Fortran array. The ndarray will be a copy of the Fortran array.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ndarray), | intent(out) | :: | res | The resulting ndarray (in Fortran storage order). |
||
integer(kind=int32), | intent(in), | dimension(:) | :: | array | Create a new ndarray with a copy of the data given in 'array' |
Error code, 0 on success
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ndarray), | intent(out) | :: | res | The resulting ndarray (in Fortran storage order). |
||
integer(kind=int64), | intent(in), | dimension(:) | :: | array | Create a new ndarray with a copy of the data given in 'array' |
Error code, 0 on success
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ndarray), | intent(out) | :: | res | The resulting ndarray (in Fortran storage order). |
||
real(kind=real32), | intent(in), | dimension(:) | :: | array | Create a new ndarray with a copy of the data given in 'array' |
Error code, 0 on success
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ndarray), | intent(out) | :: | res | The resulting ndarray (in Fortran storage order). |
||
real(kind=real64), | intent(in), | dimension(:) | :: | array | Create a new ndarray with a copy of the data given in 'array' |
Error code, 0 on success
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ndarray), | intent(out) | :: | res | The resulting ndarray (in Fortran storage order). |
||
complex(kind=real32), | intent(in), | dimension(:) | :: | array | Create a new ndarray with a copy of the data given in 'array' |
Error code, 0 on success
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ndarray), | intent(out) | :: | res | The resulting ndarray (in Fortran storage order). |
||
complex(kind=real64), | intent(in), | dimension(:) | :: | array | Create a new ndarray with a copy of the data given in 'array' |
Error code, 0 on success
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ndarray), | intent(out) | :: | res | The resulting ndarray (in Fortran storage order). |
||
integer(kind=int32), | intent(in), | dimension(:,:) | :: | array | Create a new ndarray with a copy of the data given in 'array' |
Error code, 0 on success
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ndarray), | intent(out) | :: | res | The resulting ndarray (in Fortran storage order). |
||
integer(kind=int64), | intent(in), | dimension(:,:) | :: | array | Create a new ndarray with a copy of the data given in 'array' |
Error code, 0 on success
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ndarray), | intent(out) | :: | res | The resulting ndarray (in Fortran storage order). |
||
real(kind=real32), | intent(in), | dimension(:,:) | :: | array | Create a new ndarray with a copy of the data given in 'array' |
Error code, 0 on success
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ndarray), | intent(out) | :: | res | The resulting ndarray (in Fortran storage order). |
||
real(kind=real64), | intent(in), | dimension(:,:) | :: | array | Create a new ndarray with a copy of the data given in 'array' |
Error code, 0 on success
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ndarray), | intent(out) | :: | res | The resulting ndarray (in Fortran storage order). |
||
complex(kind=real32), | intent(in), | dimension(:,:) | :: | array | Create a new ndarray with a copy of the data given in 'array' |
Error code, 0 on success
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ndarray), | intent(out) | :: | res | The resulting ndarray (in Fortran storage order). |
||
complex(kind=real64), | intent(in), | dimension(:,:) | :: | array | Create a new ndarray with a copy of the data given in 'array' |
Error code, 0 on success
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ndarray), | intent(out) | :: | res | The resulting ndarray (in Fortran storage order). |
||
integer(kind=int32), | intent(in), | dimension(:,:,:) | :: | array | Create a new ndarray with a copy of the data given in 'array' |
Error code, 0 on success
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ndarray), | intent(out) | :: | res | The resulting ndarray (in Fortran storage order). |
||
integer(kind=int64), | intent(in), | dimension(:,:,:) | :: | array | Create a new ndarray with a copy of the data given in 'array' |
Error code, 0 on success
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ndarray), | intent(out) | :: | res | The resulting ndarray (in Fortran storage order). |
||
real(kind=real32), | intent(in), | dimension(:,:,:) | :: | array | Create a new ndarray with a copy of the data given in 'array' |
Error code, 0 on success
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ndarray), | intent(out) | :: | res | The resulting ndarray (in Fortran storage order). |
||
real(kind=real64), | intent(in), | dimension(:,:,:) | :: | array | Create a new ndarray with a copy of the data given in 'array' |
Error code, 0 on success
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ndarray), | intent(out) | :: | res | The resulting ndarray (in Fortran storage order). |
||
complex(kind=real32), | intent(in), | dimension(:,:,:) | :: | array | Create a new ndarray with a copy of the data given in 'array' |
Error code, 0 on success
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ndarray), | intent(out) | :: | res | The resulting ndarray (in Fortran storage order). |
||
complex(kind=real64), | intent(in), | dimension(:,:,:) | :: | array | Create a new ndarray with a copy of the data given in 'array' |
Error code, 0 on success
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ndarray), | intent(out) | :: | res | The resulting ndarray (in Fortran storage order). |
||
integer(kind=int32), | intent(in), | dimension(:,:,:,:) | :: | array | Create a new ndarray with a copy of the data given in 'array' |
Error code, 0 on success
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ndarray), | intent(out) | :: | res | The resulting ndarray (in Fortran storage order). |
||
integer(kind=int64), | intent(in), | dimension(:,:,:,:) | :: | array | Create a new ndarray with a copy of the data given in 'array' |
Error code, 0 on success
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ndarray), | intent(out) | :: | res | The resulting ndarray (in Fortran storage order). |
||
real(kind=real32), | intent(in), | dimension(:,:,:,:) | :: | array | Create a new ndarray with a copy of the data given in 'array' |
Error code, 0 on success
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ndarray), | intent(out) | :: | res | The resulting ndarray (in Fortran storage order). |
||
real(kind=real64), | intent(in), | dimension(:,:,:,:) | :: | array | Create a new ndarray with a copy of the data given in 'array' |
Error code, 0 on success
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ndarray), | intent(out) | :: | res | The resulting ndarray (in Fortran storage order). |
||
complex(kind=real32), | intent(in), | dimension(:,:,:,:) | :: | array | Create a new ndarray with a copy of the data given in 'array' |
Error code, 0 on success
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ndarray), | intent(out) | :: | res | The resulting ndarray (in Fortran storage order). |
||
complex(kind=real64), | intent(in), | dimension(:,:,:,:) | :: | array | Create a new ndarray with a copy of the data given in 'array' |
Error code, 0 on success