full Interface

public interface full

Module Procedures

public function full_Real64(vec_size, fill_value) result(vec)

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in) :: vec_size
real(kind=real64), intent(in) :: fill_value

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

public function full_Int32(vec_size, fill_value) result(vec)

Arguments

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

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

public function full_Real64Dim2(vec_size, fill_value) result(vec)

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in) :: vec_size(1:2)
real(kind=real64), intent(in) :: fill_value

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

public function full_Int32Dim2(vec_size, fill_value) result(vec)

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in) :: vec_size(1:2)
integer(kind=int32), intent(in) :: fill_value

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