Go to the source code of this file.
|
subroutine | ov (OP, X, Y, Z, C, DIM1) |
|
◆ ov()
subroutine ov |
( |
character(len=8), intent(in) |
OP, |
|
|
double precision, dimension(dim1), intent(inout) |
X, |
|
|
double precision, dimension(*), intent(in), optional |
Y, |
|
|
double precision, dimension(*), intent(in), optional |
Z, |
|
|
double precision, intent(in), optional |
C, |
|
|
integer, intent(in) |
DIM1 |
|
) |
| |
- Parameters
-
[in] | dim1 | C A given constant |
[in] | DIM1 | 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.f.