matrix_to_array Interface

public interface matrix_to_array

Contents


Module Procedures

private subroutine matrix_to_complex_array(matrix, array)

Converts a given matrix data structure with complex nodes to a 2D complex array.

Arguments

TypeIntentOptionalAttributesName
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