stdlib_slamrg Interface

interface
public pure module subroutine stdlib_slamrg(n1, n2, a, strd1, strd2, index)

Arguments

Type IntentOptional Attributes Name
integer(kind=ilp), intent(in) :: n1
integer(kind=ilp), intent(in) :: n2
real(kind=sp), intent(in) :: a(*)
integer(kind=ilp), intent(in) :: strd1
integer(kind=ilp), intent(in) :: strd2
integer(kind=ilp), intent(out) :: index(*)