![]() |
(git:b77b4be)
|
integral compression (fix point accuracy) More...
Functions/Subroutines | |
subroutine, public | lri_comp (aval, amax, cont) |
... | |
real(kind=dp) function, public | lri_cont_mem (cont) |
... | |
subroutine, public | lri_decomp_i (aval, cont, ival) |
... | |
integral compression (fix point accuracy)
subroutine, public lri_compression::lri_comp | ( | real(kind=dp), dimension(:, :, :), intent(in) | aval, |
real(kind=dp), dimension(:), intent(out) | amax, | ||
type(int_container), intent(inout) | cont | ||
) |
...
aval | ... |
amax | ... |
cont | ... |
Definition at line 41 of file lri_compression.F.
real(kind=dp) function, public lri_compression::lri_cont_mem | ( | type(int_container), intent(in) | cont | ) |
...
cont | ... |
Definition at line 106 of file lri_compression.F.
subroutine, public lri_compression::lri_decomp_i | ( | real(kind=dp), dimension(:, :), intent(inout) | aval, |
type(int_container), intent(inout) | cont, | ||
integer | ival | ||
) |
...
aval | ... |
cont | ... |
ival | ... |
Definition at line 134 of file lri_compression.F.