operator(.v.) Interface

public interface operator(.v.)

Module Procedures

public function vstack_real64A2_real64A2(a, b) result(a_b)

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in) :: a(:,:)
real(kind=real64), intent(in) :: b(:,:)

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

public function vstack_int32A2_int32A2(a, b) result(a_b)

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in) :: a(:,:)
integer(kind=int32), intent(in) :: b(:,:)

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

public function vstack_real64V_real64A2(a, b) result(a_b)

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in) :: a(:)
real(kind=real64), intent(in) :: b(:,:)

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

public function vstack_real64A2_real64V(a, b) result(a_b)

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in) :: a(:,:)
real(kind=real64), intent(in) :: b(:)

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

public function vstack_real64V_real64V(a, b) result(a_b)

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in) :: a(:)
real(kind=real64), intent(in) :: b(:)

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