concatenate_rows Interface

interface


Called by

interface~~concatenate_rows~~CalledByGraph interface~concatenate_rows concatenate_rows interface~operator(.catrows.) operator(.catRows.) interface~operator(.catrows.)->interface~concatenate_rows

private pure module function concatenate_rows(a, b) result(concatenated)

Arguments

Type IntentOptional Attributes Name
real, intent(in), dimension(:,:) :: a
real, intent(in), dimension(:,:) :: b

Return Value real,dimension(:,:),allocatable

Description

Result contains the concatenation of the rows of argument a with the rows of argument b