appendMatrixReal64 Function

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

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in) :: mat1(:,:)
real(kind=real64), intent(in) :: mat2(:,:)

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