hstack Interface

public interface hstack

Contents


Module Procedures

public function hstackInt32Vector2(vec1, vec2) result(ret)

Arguments

Type IntentOptional AttributesName
integer(kind=int32), intent(in), allocatable:: vec1(:)
integer(kind=int32), intent(in), allocatable:: vec2(:)

Return Value integer(kind=int32), allocatable, (:)

public function hstackInt32Vector3(vec1, vec2, vec3) result(ret)

Arguments

Type IntentOptional AttributesName
integer(kind=int32), intent(in), allocatable:: vec1(:)
integer(kind=int32), intent(in), allocatable:: vec2(:)
integer(kind=int32), intent(in), allocatable:: vec3(:)

Return Value integer(kind=int32), allocatable, (:)

public function hstackreal64Vector2(vec1, vec2) result(ret)

Arguments

Type IntentOptional AttributesName
real(kind=real64), intent(in), allocatable:: vec1(:)
real(kind=real64), intent(in), allocatable:: vec2(:)

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

public function hstackreal64Vector3(vec1, vec2, vec3) result(ret)

Arguments

Type IntentOptional AttributesName
real(kind=real64), intent(in), allocatable:: vec1(:)
real(kind=real64), intent(in), allocatable:: vec2(:)
real(kind=real64), intent(in), allocatable:: vec3(:)

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