indexedTransform Interface

interface
public pure function indexedTransform(inputArray, indices) result(output)

Arguments

Type IntentOptional Attributes Name
type(RealArray), intent(in), dimension(:) :: inputArray
integer(kind=ik), intent(in), dimension(:) :: indices

Return Value real(kind=rk),allocatable,dimension(:)