banded_to_complex_array Function

private pure function banded_to_complex_array(banded) result(array)

Converts a banded datastructure to a full complex array.

Arguments

TypeIntentOptionalAttributesName
type(banded_matrix_t), intent(in) :: banded

the original banded datastructure

Return Value complex(kind=dp)(banded%m,banded%n)

the resulting complex array


Contents

None