Copy a block
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_4), | intent(out), | DIMENSION(rows, columns) | :: | extent_out |
output matrix in the form of a 2-d array |
|
real(kind=real_4), | intent(in), | DIMENSION(:) | :: | extent_in |
input matrix in the form of a 1-d array |
|
integer, | intent(in) | :: | rows |
input matrix size input matrix size |
||
integer, | intent(in) | :: | columns |
input matrix size input matrix size |
Copy a block
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_8), | intent(out), | DIMENSION(rows, columns) | :: | extent_out |
output matrix in the form of a 2-d array |
|
real(kind=real_8), | intent(in), | DIMENSION(:) | :: | extent_in |
input matrix in the form of a 1-d array |
|
integer, | intent(in) | :: | rows |
input matrix size input matrix size |
||
integer, | intent(in) | :: | columns |
input matrix size input matrix size |
Copy a block
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_4), | intent(out), | DIMENSION(rows, columns) | :: | extent_out |
output matrix in the form of a 2-d array |
|
complex(kind=real_4), | intent(in), | DIMENSION(:) | :: | extent_in |
input matrix in the form of a 1-d array |
|
integer, | intent(in) | :: | rows |
input matrix size input matrix size |
||
integer, | intent(in) | :: | columns |
input matrix size input matrix size |
Copy a block
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_8), | intent(out), | DIMENSION(rows, columns) | :: | extent_out |
output matrix in the form of a 2-d array |
|
complex(kind=real_8), | intent(in), | DIMENSION(:) | :: | extent_in |
input matrix in the form of a 1-d array |
|
integer, | intent(in) | :: | rows |
input matrix size input matrix size |
||
integer, | intent(in) | :: | columns |
input matrix size input matrix size |
Copy and transpose block.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_4), | intent(out), | DIMENSION(:) | :: | extent_out |
output matrix in the form of a 1-d array |
|
real(kind=real_4), | intent(in), | DIMENSION(rows, columns) | :: | extent_in |
input matrix in the form of a 2-d array |
|
integer, | intent(in) | :: | rows |
input matrix size input matrix size |
||
integer, | intent(in) | :: | columns |
input matrix size input matrix size |
Copy and transpose block.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_8), | intent(out), | DIMENSION(:) | :: | extent_out |
output matrix in the form of a 1-d array |
|
real(kind=real_8), | intent(in), | DIMENSION(rows, columns) | :: | extent_in |
input matrix in the form of a 2-d array |
|
integer, | intent(in) | :: | rows |
input matrix size input matrix size |
||
integer, | intent(in) | :: | columns |
input matrix size input matrix size |
Copy and transpose block.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_4), | intent(out), | DIMENSION(:) | :: | extent_out |
output matrix in the form of a 1-d array |
|
complex(kind=real_4), | intent(in), | DIMENSION(rows, columns) | :: | extent_in |
input matrix in the form of a 2-d array |
|
integer, | intent(in) | :: | rows |
input matrix size input matrix size |
||
integer, | intent(in) | :: | columns |
input matrix size input matrix size |
Copy and transpose block.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_8), | intent(out), | DIMENSION(:) | :: | extent_out |
output matrix in the form of a 1-d array |
|
complex(kind=real_8), | intent(in), | DIMENSION(rows, columns) | :: | extent_in |
input matrix in the form of a 2-d array |
|
integer, | intent(in) | :: | rows |
input matrix size input matrix size |
||
integer, | intent(in) | :: | columns |
input matrix size input matrix size |
Copy a block
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_4), | intent(out), | DIMENSION(rows*columns) | :: | extent_out |
output matrix in the form of a 1-d array |
|
real(kind=real_4), | intent(in), | DIMENSION(rows*columns) | :: | extent_in |
input matrix in the form of a 1-d array |
|
integer, | intent(in) | :: | rows |
input matrix size input matrix size |
||
integer, | intent(in) | :: | columns |
input matrix size input matrix size |
Copy a block
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_8), | intent(out), | DIMENSION(rows*columns) | :: | extent_out |
output matrix in the form of a 1-d array |
|
real(kind=real_8), | intent(in), | DIMENSION(rows*columns) | :: | extent_in |
input matrix in the form of a 1-d array |
|
integer, | intent(in) | :: | rows |
input matrix size input matrix size |
||
integer, | intent(in) | :: | columns |
input matrix size input matrix size |
Copy a block
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_4), | intent(out), | DIMENSION(rows*columns) | :: | extent_out |
output matrix in the form of a 1-d array |
|
complex(kind=real_4), | intent(in), | DIMENSION(rows*columns) | :: | extent_in |
input matrix in the form of a 1-d array |
|
integer, | intent(in) | :: | rows |
input matrix size input matrix size |
||
integer, | intent(in) | :: | columns |
input matrix size input matrix size |
Copy a block
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_8), | intent(out), | DIMENSION(rows*columns) | :: | extent_out |
output matrix in the form of a 1-d array |
|
complex(kind=real_8), | intent(in), | DIMENSION(rows*columns) | :: | extent_in |
input matrix in the form of a 1-d array |
|
integer, | intent(in) | :: | rows |
input matrix size input matrix size |
||
integer, | intent(in) | :: | columns |
input matrix size input matrix size |
Copy a block
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_4), | intent(out), | DIMENSION(rows, columns) | :: | extent_out |
output matrix in the form of a 2-d array |
|
real(kind=real_4), | intent(in), | DIMENSION(rows, columns) | :: | extent_in |
input matrix in the form of a 2-d array |
|
integer, | intent(in) | :: | rows |
input matrix size input matrix size |
||
integer, | intent(in) | :: | columns |
input matrix size input matrix size |
Copy a block
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_8), | intent(out), | DIMENSION(rows, columns) | :: | extent_out |
output matrix in the form of a 2-d array |
|
real(kind=real_8), | intent(in), | DIMENSION(rows, columns) | :: | extent_in |
input matrix in the form of a 2-d array |
|
integer, | intent(in) | :: | rows |
input matrix size input matrix size |
||
integer, | intent(in) | :: | columns |
input matrix size input matrix size |
Copy a block
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_4), | intent(out), | DIMENSION(rows, columns) | :: | extent_out |
output matrix in the form of a 2-d array |
|
complex(kind=real_4), | intent(in), | DIMENSION(rows, columns) | :: | extent_in |
input matrix in the form of a 2-d array |
|
integer, | intent(in) | :: | rows |
input matrix size input matrix size |
||
integer, | intent(in) | :: | columns |
input matrix size input matrix size |
Copy a block
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_8), | intent(out), | DIMENSION(rows, columns) | :: | extent_out |
output matrix in the form of a 2-d array |
|
complex(kind=real_8), | intent(in), | DIMENSION(rows, columns) | :: | extent_in |
input matrix in the form of a 2-d array |
|
integer, | intent(in) | :: | rows |
input matrix size input matrix size |
||
integer, | intent(in) | :: | columns |
input matrix size input matrix size |