reshapeIntVector Function

public function reshapeIntVector(vector, size1, size2) result(matrix)

Arguments

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

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


Contents

None