appendMatrixInt32 Function

public pure function appendMatrixInt32(mat1, mat2) result(mat12)

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in) :: mat1(:,:)
integer(kind=int32), intent(in) :: mat2(:,:)

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