Source Files
Modules
Procedures
Derived Types
reshape
Interface
7 statements
Source File
diffstruc_operations_broadcast.f90
diffstruc__operations_broadcast
reshape
Contents
Functions
reshape_array
public interface reshape
Functions
private module function reshape_array(a, new_shape) result(c)
Implementation →
Arguments
Type
Intent
Optional
Attributes
Name
class(
array_type
),
intent(in),
target
::
a
integer,
intent(in),
dimension(:)
::
new_shape
Return Value
type(
array_type
), pointer