continuous running of auto_interpo_search_1d
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| double precision, | intent(in) | :: | x(:) |
gradual increasing array 1 |
||
| double precision, | intent(in) | :: | y(:) |
gradual increasing array 2 |
||
| double precision, | intent(in) | :: | pointx(:) |
searching points for x |
||
| double precision, | intent(in) | :: | pointy(:) |
searching points for y |
||
| integer, | intent(inout) | :: | i(size(pointx)) |
floor for pointx |
||
| integer, | intent(inout) | :: | j(size(pointy)) |
floor for pointy |
||
| integer, | intent(in), | optional | :: | undeff |
In case of (x(1)>pointx or y(1)>pointy), the value returned to i and j (default = 0) |
|
| logical, | intent(in), | optional | :: | stdopt |
探索範囲が見つからない旨の標準出力を表示させないようにする. |