|
| subroutine | mathop_r11 (fun, nb, work_in, miss_val, nb_index, nindex, scal, nb_max, work_out) |
| |
| subroutine | mathop_r21 (fun, nb, work_in, miss_val, nb_index, nindex, scal, nb_max, work_out) |
| |
| subroutine | mathop_r31 (fun, nb, work_in, miss_val, nb_index, nindex, scal, nb_max, work_out) |
| |
| subroutine mathelp::mathop::mathop_r11 |
( |
character(len=7) |
fun, |
|
|
integer |
nb, |
|
|
real, dimension(nb) |
work_in, |
|
|
real |
miss_val, |
|
|
integer |
nb_index, |
|
|
integer, dimension(nb_index) |
nindex, |
|
|
real |
scal, |
|
|
integer |
nb_max, |
|
|
real, dimension(nb_max) |
work_out |
|
) |
| |
|
private |
| subroutine mathelp::mathop::mathop_r21 |
( |
character(len=7) |
fun, |
|
|
integer, dimension(2) |
nb, |
|
|
real, dimension(nb(1),nb(2)) |
work_in, |
|
|
real |
miss_val, |
|
|
integer |
nb_index, |
|
|
integer, dimension(nb_index) |
nindex, |
|
|
real |
scal, |
|
|
integer |
nb_max, |
|
|
real, dimension(nb_max) |
work_out |
|
) |
| |
|
private |
| subroutine mathelp::mathop::mathop_r31 |
( |
character(len=7) |
fun, |
|
|
integer, dimension(3) |
nb, |
|
|
real, dimension(nb(1),nb(2),nb(3)) |
work_in, |
|
|
real |
miss_val, |
|
|
integer |
nb_index, |
|
|
integer, dimension(nb_index) |
nindex, |
|
|
real |
scal, |
|
|
integer |
nb_max, |
|
|
real, dimension(nb_max) |
work_out |
|
) |
| |
|
private |
The documentation for this interface was generated from the following file: