SABER
|
Public Member Functions | |
integer function | func_zss_count_r1 (array) |
Zero-size-safe count function. More... | |
integer function | func_zss_count_r2 (array) |
Zero-size-safe count function. More... | |
integer function | func_zss_count_r3 (array) |
Zero-size-safe count function. More... | |
integer function | func_zss_count_r4 (array) |
Zero-size-safe count function. More... | |
integer function | func_zss_count_r5 (array) |
Zero-size-safe count function. More... | |
integer function | func_zss_count_r6 (array) |
Zero-size-safe count function. More... | |
Definition at line 283 of file tools_func.F90.
integer function tools_func::zss_count::func_zss_count_r1 | ( | logical, dimension(:), intent(in) | array | ) |
Zero-size-safe count function.
Definition at line 3930 of file tools_func.F90.
integer function tools_func::zss_count::func_zss_count_r2 | ( | logical, dimension(:,:), intent(in) | array | ) |
Zero-size-safe count function.
Definition at line 3961 of file tools_func.F90.
integer function tools_func::zss_count::func_zss_count_r3 | ( | logical, dimension(:,:,:), intent(in) | array | ) |
Zero-size-safe count function.
Definition at line 3992 of file tools_func.F90.
integer function tools_func::zss_count::func_zss_count_r4 | ( | logical, dimension(:,:,:,:), intent(in) | array | ) |
Zero-size-safe count function.
Definition at line 4023 of file tools_func.F90.
integer function tools_func::zss_count::func_zss_count_r5 | ( | logical, dimension(:,:,:,:,:), intent(in) | array | ) |
Zero-size-safe count function.
Definition at line 4054 of file tools_func.F90.
integer function tools_func::zss_count::func_zss_count_r6 | ( | logical, dimension(:,:,:,:,:,:), intent(in) | array | ) |
Zero-size-safe count function.
Definition at line 4085 of file tools_func.F90.