x = a*x // OR // y = a*x More...
Private Member Functions | |
subroutine | ax_1 (x, a) |
x(:) := a*x(:) More... | |
subroutine | ax_2 (y, a, x) |
y(:) := a*x(:) More... | |
x = a*x // OR // y = a*x
Definition at line 49 of file R1d_mod.F90.
|
private |
x(:) := a*x(:)
Definition at line 249 of file R1d_mod.F90.
|
private |
y(:) := a*x(:)
Definition at line 269 of file R1d_mod.F90.