to_vector Interface

public interface to_vector

Module Procedures

public pure function to_vector_array_real64(Array) result(vector)

Arguments

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

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

public pure function to_vector_array_int32(Array) result(vector)

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in) :: Array(:,:)

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