|
libflame revision_anchor
|
Functions | |
| int | fla_scomp_f (const void *a, const void *b) |
| int | fla_scomp_b (const void *a, const void *b) |
| int | fla_dcomp_f (const void *a, const void *b) |
| int | fla_dcomp_b (const void *a, const void *b) |
| FLA_Error | FLA_Sort (FLA_Direct direct, FLA_Obj x) |
| FLA_Error | FLA_Sort_f_ops (int m_x, float *x, int inc_x) |
| FLA_Error | FLA_Sort_b_ops (int m_x, float *x, int inc_x) |
| FLA_Error | FLA_Sort_f_opd (int m_x, double *x, int inc_x) |
| FLA_Error | FLA_Sort_b_opd (int m_x, double *x, int inc_x) |
| FLA_Error FLA_Sort | ( | FLA_Direct | direct, |
| FLA_Obj | x | ||
| ) |
References FLA_Check_error_level(), FLA_Copy(), FLA_Obj_create_copy_of(), FLA_Obj_datatype(), FLA_Obj_free(), FLA_Obj_vector_dim(), FLA_Obj_vector_inc(), FLA_Sort_b_opd(), FLA_Sort_b_ops(), FLA_Sort_check(), FLA_Sort_f_opd(), FLA_Sort_f_ops(), and i.
Referenced by FLA_Fill_with_cluster_dist(), and FLA_Sort_bsvd_ext().
References fla_dcomp_b(), and i.
Referenced by FLA_Sort().
References fla_scomp_b(), and i.
Referenced by FLA_Sort().
References fla_dcomp_f(), and i.
Referenced by FLA_Sort().
References fla_scomp_f(), and i.
Referenced by FLA_Sort().