reshape Interface

public interface reshape

Functions

private module function reshape_array(a, new_shape) result(c)

Arguments

Type IntentOptional Attributes Name
class(array_type), intent(in), target :: a
integer, intent(in), dimension(:) :: new_shape

Return Value type(array_type), pointer