OpenCMISS-Iron Internal API Documentation
sorting::bubble_isort Interface Reference

Private Member Functions

subroutine bubble_isort_intg (A, IND, ERR, ERROR,)
 
subroutine bubble_isort_sp (A, IND, ERR, ERROR,)
 
subroutine bubble_isort_dp (A, IND, ERR, ERROR,)
 

Detailed Description

Definition at line 64 of file sorting.f90.

Member Function/Subroutine Documentation

subroutine sorting::bubble_isort::bubble_isort_dp ( real(dp), dimension(:), intent(inout)  A,
integer(intg), dimension(:), intent(out)  IND,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Definition at line 214 of file sorting.f90.

subroutine sorting::bubble_isort::bubble_isort_intg ( integer(intg), dimension(:), intent(inout)  A,
integer(intg), dimension(:), intent(out)  IND,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Definition at line 107 of file sorting.f90.

subroutine sorting::bubble_isort::bubble_isort_sp ( real(sp), dimension(:), intent(inout)  A,
integer(intg), dimension(:), intent(out)  IND,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Definition at line 160 of file sorting.f90.