reverse Interface

public interface reverse

Module Procedures

public function reverseint32vector(old_vec) result(new_vec)

Arguments

Type IntentOptional Attributes Name
integer(kind=int32) :: old_vec(:)

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

public function reverseReal64vector(old_vec) result(new_vec)

Arguments

Type IntentOptional Attributes Name
real(kind=real64) :: old_vec(:)

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

public function reverselogicalvector(old_vec) result(new_vec)

Arguments

Type IntentOptional Attributes Name
logical :: old_vec(:)

Return Value logical, allocatable, (:)