appendVectorsComplex64 Function

public pure function appendVectorsComplex64(vec1, vec2) result(vec12)

Arguments

Type IntentOptional Attributes Name
complex(kind=real64), intent(in) :: vec1(:)
complex(kind=real64), intent(in) :: vec2(:)

Return Value complex(kind=real64), allocatable, (:)