| Procedure | Location | Procedure Type | Description |
|---|---|---|---|
| arithmetic_geometric_mean | arithmetic_geometric_mean_fortran | Interface | Safe wrapper for the arithmetic-geometric mean (AGM) computation. |
| arithmetic_geometric_mean_kernel | arithmetic_geometric_mean_fortran | Interface | Compute arithmetic–geometric mean (AGM)
using the given arithmetic mean |
| arithmetic_geometric_mean_kernel_real128 | arithmetic_geometric_mean_fortran | Function | Compute arithmetic–geometric mean (AGM)
using the given arithmetic mean |
| arithmetic_geometric_mean_kernel_real32 | arithmetic_geometric_mean_fortran | Function | Compute arithmetic–geometric mean (AGM)
using the given arithmetic mean |
| arithmetic_geometric_mean_kernel_real64 | arithmetic_geometric_mean_fortran | Function | Compute arithmetic–geometric mean (AGM)
using the given arithmetic mean |
| arithmetic_geometric_mean_real128 | arithmetic_geometric_mean_fortran | Function | Safe wrapper for the arithmetic-geometric mean (AGM) computation. |
| arithmetic_geometric_mean_real32 | arithmetic_geometric_mean_fortran | Function | Safe wrapper for the arithmetic-geometric mean (AGM) computation. |
| arithmetic_geometric_mean_real64 | arithmetic_geometric_mean_fortran | Function | Safe wrapper for the arithmetic-geometric mean (AGM) computation. |
| compute_kernel_real128 | arithmetic_geometric_mean_fortran | Subroutine | Compute arithmetic–geometric mean (AGM)
using the given arithmetic mean |
| compute_kernel_real32 | arithmetic_geometric_mean_fortran | Subroutine | Compute arithmetic–geometric mean (AGM)
using the given arithmetic mean |
| compute_kernel_real64 | arithmetic_geometric_mean_fortran | Subroutine | Compute arithmetic–geometric mean (AGM)
using the given arithmetic mean |
| compute_real128 | arithmetic_geometric_mean_fortran | Subroutine | Safe wrapper for the arithmetic-geometric mean (AGM) computation. |
| compute_real32 | arithmetic_geometric_mean_fortran | Subroutine | Safe wrapper for the arithmetic-geometric mean (AGM) computation. |
| compute_real64 | arithmetic_geometric_mean_fortran | Subroutine | Safe wrapper for the arithmetic-geometric mean (AGM) computation. |
| compute_step | arithmetic_geometric_mean_fortran | Interface | Compute arithmetic and geometric mean using the given |
| compute_step_real128 | arithmetic_geometric_mean_fortran | Subroutine | Compute arithmetic and geometric mean using the given |
| compute_step_real32 | arithmetic_geometric_mean_fortran | Subroutine | Compute arithmetic and geometric mean using the given |
| compute_step_real64 | arithmetic_geometric_mean_fortran | Subroutine | Compute arithmetic and geometric mean using the given |
| gap | arithmetic_geometric_mean_fortran | Interface | |
| gap_final_real128 | arithmetic_geometric_mean_fortran | Function | Extract the final gap (arithmetic mean - geometric mean). |
| gap_final_real32 | arithmetic_geometric_mean_fortran | Function | Extract the final gap (arithmetic mean - geometric mean). |
| gap_final_real64 | arithmetic_geometric_mean_fortran | Function | Extract the final gap (arithmetic mean - geometric mean). |
| gap_selectable_real128 | arithmetic_geometric_mean_fortran | Function | Extract the gap (arithmetic mean - geometric mean) at a specific iteration. |
| gap_selectable_real32 | arithmetic_geometric_mean_fortran | Function | Extract the gap (arithmetic mean - geometric mean) at a specific iteration. |
| gap_selectable_real64 | arithmetic_geometric_mean_fortran | Function | Extract the gap (arithmetic mean - geometric mean) at a specific iteration. |
| initialize | arithmetic_geometric_mean_fortran | Interface | Initialize components: |
| initialize_real128 | arithmetic_geometric_mean_fortran | Subroutine | Initialize components: |
| initialize_real32 | arithmetic_geometric_mean_fortran | Subroutine | Initialize components: |
| initialize_real64 | arithmetic_geometric_mean_fortran | Subroutine | Initialize components: |
| is_not_converged | arithmetic_geometric_mean_fortran | Interface | Check if the arithmetic-geometric mean iteration has not yet converged. |
| is_not_converged_real128 | arithmetic_geometric_mean_fortran | Function | Check if the arithmetic-geometric mean iteration has not yet converged. |
| is_not_converged_real32 | arithmetic_geometric_mean_fortran | Function | Check if the arithmetic-geometric mean iteration has not yet converged. |
| is_not_converged_real64 | arithmetic_geometric_mean_fortran | Function | Check if the arithmetic-geometric mean iteration has not yet converged. |
| max | arithmetic_geometric_mean_fortran | Interface | |
| max_final_real128 | arithmetic_geometric_mean_fortran | Function | Extract the final arithmetic-geometric mean from completed AGM calculations. |
| max_final_real32 | arithmetic_geometric_mean_fortran | Function | Extract the final arithmetic-geometric mean from completed AGM calculations. |
| max_final_real64 | arithmetic_geometric_mean_fortran | Function | Extract the final arithmetic-geometric mean from completed AGM calculations. |
| max_selectable_real128 | arithmetic_geometric_mean_fortran | Function | Extract the arithmetic-geometric mean value at a specific iteration. |
| max_selectable_real32 | arithmetic_geometric_mean_fortran | Function | Extract the arithmetic-geometric mean value at a specific iteration. |
| max_selectable_real64 | arithmetic_geometric_mean_fortran | Function | Extract the arithmetic-geometric mean value at a specific iteration. |
| min | arithmetic_geometric_mean_fortran | Interface | |
| min_final_real128 | arithmetic_geometric_mean_fortran | Function | Extract the final arithmetic-geometric mean from completed AGM calculations. |
| min_final_real32 | arithmetic_geometric_mean_fortran | Function | Extract the final arithmetic-geometric mean from completed AGM calculations. |
| min_final_real64 | arithmetic_geometric_mean_fortran | Function | Extract the final arithmetic-geometric mean from completed AGM calculations. |
| min_selectable_real128 | arithmetic_geometric_mean_fortran | Function | Extract the arithmetic-geometric mean value at a specific iteration. |
| min_selectable_real32 | arithmetic_geometric_mean_fortran | Function | Extract the arithmetic-geometric mean value at a specific iteration. |
| min_selectable_real64 | arithmetic_geometric_mean_fortran | Function | Extract the arithmetic-geometric mean value at a specific iteration. |
| n_iter | arithmetic_geometric_mean_fortran | Function | return the number of iterations performed during AGM calculation |