Go to the source code of this file.
|
subroutine | ov_2 (OP, X, DIMX, Y, DIMY, Z, DIMZ, C, DIM1, NPOIN) |
|
◆ ov_2()
subroutine ov_2 |
( |
character(len=8), intent(in) |
OP, |
|
|
double precision, dimension(dim1,*), intent(inout) |
X, |
|
|
integer, intent(in) |
DIMX, |
|
|
double precision, dimension(dim1,*), intent(in) |
Y, |
|
|
integer, intent(in) |
DIMY, |
|
|
double precision, dimension(dim1,*), intent(in) |
Z, |
|
|
integer, intent(in) |
DIMZ, |
|
|
double precision, intent(in) |
C, |
|
|
integer, intent(in) |
DIM1, |
|
|
integer, intent(in) |
NPOIN |
|
) |
| |
- Parameters
-
[in] | dimx | C A given constant |
[in] | DIM1 | First dimension of x, y and z |
[in] | DIMX | Second dimension of x |
[in] | DIMY | Second dimension of y |
[in] | DIMZ | Second dimension of z |
[in] | NPOIN | Size of vectors |
[in] | OP | String indicating the operation to be done |
[out] | X | Resulting vector |
[in] | Y | To be used in the operation |
[in] | Z | To be used in the operation |
[in] | dimy | C A given constant |
[in] | DIM1 | First dimension of x, y and z |
[in] | DIMX | Second dimension of x |
[in] | DIMY | Second dimension of y |
[in] | DIMZ | Second dimension of z |
[in] | NPOIN | Size of vectors |
[in] | OP | String indicating the operation to be done |
[out] | X | Resulting vector |
[in] | Y | To be used in the operation |
[in] | Z | To be used in the operation |
[in] | dimz | C A given constant |
[in] | DIM1 | First dimension of x, y and z |
[in] | DIMX | Second dimension of x |
[in] | DIMY | Second dimension of y |
[in] | DIMZ | Second dimension of z |
[in] | NPOIN | Size of vectors |
[in] | OP | String indicating the operation to be done |
[out] | X | Resulting vector |
[in] | Y | To be used in the operation |
[in] | Z | To be used in the operation |
[in] | dim1 | C A given constant |
[in] | DIM1 | First dimension of x, y and z |
[in] | DIMX | Second dimension of x |
[in] | DIMY | Second dimension of y |
[in] | DIMZ | Second dimension of z |
[in] | NPOIN | Size of vectors |
[in] | OP | String indicating the operation to be done |
[out] | X | Resulting vector |
[in] | Y | To be used in the operation |
[in] | Z | To be used in the operation |
[in] | npoin | C A given constant |
[in] | DIM1 | First dimension of x, y and z |
[in] | DIMX | Second dimension of x |
[in] | DIMY | Second dimension of y |
[in] | DIMZ | Second dimension of z |
[in] | NPOIN | Size of vectors |
[in] | OP | String indicating the operation to be done |
[out] | X | Resulting vector |
[in] | Y | To be used in the operation |
[in] | Z | To be used in the operation |
Definition at line 7 of file ov_2.f.