SpM Handbook 1.2.4
Loading...
Searching...
No Matches
Spm_dev_integer

Functions

void s_spmIntFltSortAsc (void **const pbase, const spm_int_t n)
 Integer routines.
 
void s_spmIntIntFltSortAsc (void **const pbase, const spm_int_t n)
 Sort 2 arrays simultaneously, the first array is an array of spm_int_t and used as key for sorting. The second array is an array of float.
 
void d_spmIntFltSortAsc (void **const pbase, const spm_int_t n)
 Integer routines.
 
void d_spmIntIntFltSortAsc (void **const pbase, const spm_int_t n)
 Sort 2 arrays simultaneously, the first array is an array of spm_int_t and used as key for sorting. The second array is an array of double.
 
void c_spmIntFltSortAsc (void **const pbase, const spm_int_t n)
 Integer routines.
 
void c_spmIntIntFltSortAsc (void **const pbase, const spm_int_t n)
 Sort 2 arrays simultaneously, the first array is an array of spm_int_t and used as key for sorting. The second array is an array of spm_complex32_t.
 
void z_spmIntFltSortAsc (void **const pbase, const spm_int_t n)
 Integer routines.
 
void z_spmIntIntFltSortAsc (void **const pbase, const spm_int_t n)
 Sort 2 arrays simultaneously, the first array is an array of spm_int_t and used as key for sorting. The second array is an array of spm_complex64_t.
 

Detailed Description

Function Documentation

◆ s_spmIntFltSortAsc()

void s_spmIntFltSortAsc ( void **const  pbase,
const spm_int_t  n 
)

Integer routines.

Sort 2 arrays simultaneously, the first array is an array of spm_int_t and used as key for sorting. The second array is an array of float.

Parameters
[in,out]pbaseCouple of pointers to an array of integers and to an array of float to sort.
[in]nThe number of elements in the array.

Referenced by s_spmSortNoDof().

◆ s_spmIntIntFltSortAsc()

void s_spmIntIntFltSortAsc ( void **const  pbase,
const spm_int_t  n 
)

Sort 2 arrays simultaneously, the first array is an array of spm_int_t and used as key for sorting. The second array is an array of float.

Parameters
[in,out]pbaseCouple of pointers to an array of integers and to an array of float to sort.
[in]nThe number of elements in the array.

Referenced by s_spmSortNoDof().

◆ d_spmIntFltSortAsc()

void d_spmIntFltSortAsc ( void **const  pbase,
const spm_int_t  n 
)

Integer routines.

Sort 2 arrays simultaneously, the first array is an array of spm_int_t and used as key for sorting. The second array is an array of double.

Parameters
[in,out]pbaseCouple of pointers to an array of integers and to an array of double to sort.
[in]nThe number of elements in the array.

Referenced by d_spmSortNoDof().

◆ d_spmIntIntFltSortAsc()

void d_spmIntIntFltSortAsc ( void **const  pbase,
const spm_int_t  n 
)

Sort 2 arrays simultaneously, the first array is an array of spm_int_t and used as key for sorting. The second array is an array of double.

Parameters
[in,out]pbaseCouple of pointers to an array of integers and to an array of double to sort.
[in]nThe number of elements in the array.

Referenced by d_spmSortNoDof().

◆ c_spmIntFltSortAsc()

void c_spmIntFltSortAsc ( void **const  pbase,
const spm_int_t  n 
)

Integer routines.

Sort 2 arrays simultaneously, the first array is an array of spm_int_t and used as key for sorting. The second array is an array of spm_complex32_t.

Parameters
[in,out]pbaseCouple of pointers to an array of integers and to an array of spm_complex32_t to sort.
[in]nThe number of elements in the array.

Referenced by c_spmSortNoDof().

◆ c_spmIntIntFltSortAsc()

void c_spmIntIntFltSortAsc ( void **const  pbase,
const spm_int_t  n 
)

Sort 2 arrays simultaneously, the first array is an array of spm_int_t and used as key for sorting. The second array is an array of spm_complex32_t.

Parameters
[in,out]pbaseCouple of pointers to an array of integers and to an array of spm_complex32_t to sort.
[in]nThe number of elements in the array.

Referenced by c_spmSortNoDof().

◆ z_spmIntFltSortAsc()

void z_spmIntFltSortAsc ( void **const  pbase,
const spm_int_t  n 
)

Integer routines.

Sort 2 arrays simultaneously, the first array is an array of spm_int_t and used as key for sorting. The second array is an array of spm_complex64_t.

Parameters
[in,out]pbaseCouple of pointers to an array of integers and to an array of spm_complex64_t to sort.
[in]nThe number of elements in the array.

Referenced by z_spmSortNoDof().

◆ z_spmIntIntFltSortAsc()

void z_spmIntIntFltSortAsc ( void **const  pbase,
const spm_int_t  n 
)

Sort 2 arrays simultaneously, the first array is an array of spm_int_t and used as key for sorting. The second array is an array of spm_complex64_t.

Parameters
[in,out]pbaseCouple of pointers to an array of integers and to an array of spm_complex64_t to sort.
[in]nThe number of elements in the array.

Referenced by z_spmSortNoDof().