Choral
|
OPENMP OPERATIONS ON 2-DIMENSIONAL REAL ARRAYS More...
Data Types | |
interface | copy |
y = x More... | |
Functions/Subroutines | |
subroutine | r2d_copy (y, x) |
y(:,:) := x(:,:) More... | |
OPENMP OPERATIONS ON 2-DIMENSIONAL REAL ARRAYS
For a 2D real array of shape m x n
For instance:
|
private |
y(:,:) := x(:,:)
Definition at line 58 of file R2d_mod.F90.