SpM Handbook 1.2.4
|
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. | |
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.
[in,out] | pbase | Couple of pointers to an array of integers and to an array of float to sort. |
[in] | n | The number of elements in the array. |
Referenced by s_spmSortNoDof().
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.
[in,out] | pbase | Couple of pointers to an array of integers and to an array of float to sort. |
[in] | n | The number of elements in the array. |
Referenced by s_spmSortNoDof().
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.
[in,out] | pbase | Couple of pointers to an array of integers and to an array of double to sort. |
[in] | n | The number of elements in the array. |
Referenced by d_spmSortNoDof().
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.
[in,out] | pbase | Couple of pointers to an array of integers and to an array of double to sort. |
[in] | n | The number of elements in the array. |
Referenced by d_spmSortNoDof().
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.
[in,out] | pbase | Couple of pointers to an array of integers and to an array of spm_complex32_t to sort. |
[in] | n | The number of elements in the array. |
Referenced by c_spmSortNoDof().
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.
[in,out] | pbase | Couple of pointers to an array of integers and to an array of spm_complex32_t to sort. |
[in] | n | The number of elements in the array. |
Referenced by c_spmSortNoDof().
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.
[in,out] | pbase | Couple of pointers to an array of integers and to an array of spm_complex64_t to sort. |
[in] | n | The number of elements in the array. |
Referenced by z_spmSortNoDof().
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.
[in,out] | pbase | Couple of pointers to an array of integers and to an array of spm_complex64_t to sort. |
[in] | n | The number of elements in the array. |
Referenced by z_spmSortNoDof().