hermitian_banded_to_complex_array Function

private pure function hermitian_banded_to_complex_array(banded) result(array)

Converts a Hermitian banded datastructure to a full complex array.

Arguments

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

the original banded structure

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

the resulting complex array


Contents

None