banded_to_array Interface

public interface banded_to_array

Contents


Module Procedures

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