Go to the source code of this file.
◆ double_to_integer()
subroutine double_to_integer |
( |
double precision, dimension(n), intent(in) |
X, |
|
|
integer(kind=k8), dimension(n), intent(inout) |
IX, |
|
|
integer, intent(in) |
N, |
|
|
double precision, intent(inout) |
QT, |
|
|
integer, intent(in) |
NSUM |
|
) |
| |
- Parameters
-
[in] | n | [out] IX Integer array coding the real array |
[in] | N | Number of points in the arrays x and ix |
[in] | NSUM | Maximum number of sums that will be possible |
[out] | QT | The quantum used for coding |
[in] | X | Double precision array to be coded |
[in] | nsum | [out] IX Integer array coding the real array |
[in] | N | Number of points in the arrays x and ix |
[in] | NSUM | Maximum number of sums that will be possible |
[out] | QT | The quantum used for coding |
[in] | X | Double precision array to be coded |
Definition at line 7 of file double_to_integer.f.