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