array Interface

public interface array

Contents


Module Procedures

public function arrayDim1Real64(size1) result(ret)

Arguments

Type IntentOptional AttributesName
integer(kind=int32), intent(in) :: size1

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

public function arrayDim2Real64(size1, size2) result(ret)

Arguments

Type IntentOptional AttributesName
integer(kind=int32), intent(in) :: size1
integer(kind=int32), intent(in) :: size2

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

public function arrayDim3Real64(size1, size2, size3) result(ret)

Arguments

Type IntentOptional AttributesName
integer(kind=int32), intent(in) :: size1
integer(kind=int32), intent(in) :: size2
integer(kind=int32), intent(in) :: size3

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