Converts a given matrix data structure with complex nodes to a 2D complex array.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(matrix_t), | intent(in) | :: | matrix | the original matrix datastructure |
||
complex(kind=dp), | intent(out) | :: | array(matrix%matrix_dim,matrix%matrix_dim) | the resulting complex 2D array |