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

Private Member Functions

subroutine bubble_sort_intg (A, ERR, ERROR,)
 
subroutine bubble_sort_sp (A, ERR, ERROR,)
 
subroutine bubble_sort_dp (A, ERR, ERROR,)
 

Detailed Description

Definition at line 70 of file sorting.f90.

Member Function/Subroutine Documentation

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

Definition at line 364 of file sorting.f90.

subroutine sorting::bubble_sort::bubble_sort_intg ( integer(intg), dimension(:), intent(inout)  A,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
private

Definition at line 277 of file sorting.f90.

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

Definition at line 320 of file sorting.f90.