libflame
revision_anchor
|
Functions | |
FLA_Error | FLA_Sort_evd (FLA_Direct direct, FLA_Obj l, FLA_Obj V) |
FLA_Error | FLA_Sort_evd_f_ops (int m_A, float *l, int inc_l, float *V, int rs_V, int cs_V) |
FLA_Error | FLA_Sort_evd_b_ops (int m_A, float *l, int inc_l, float *V, int rs_V, int cs_V) |
FLA_Error | FLA_Sort_evd_f_opd (int m_A, double *l, int inc_l, double *V, int rs_V, int cs_V) |
FLA_Error | FLA_Sort_evd_b_opd (int m_A, double *l, int inc_l, double *V, int rs_V, int cs_V) |
FLA_Error | FLA_Sort_evd_f_opc (int m_A, float *l, int inc_l, scomplex *V, int rs_V, int cs_V) |
FLA_Error | FLA_Sort_evd_b_opc (int m_A, float *l, int inc_l, scomplex *V, int rs_V, int cs_V) |
FLA_Error | FLA_Sort_evd_f_opz (int m_A, double *l, int inc_l, dcomplex *V, int rs_V, int cs_V) |
FLA_Error | FLA_Sort_evd_b_opz (int m_A, double *l, int inc_l, dcomplex *V, int rs_V, int cs_V) |
FLA_Error FLA_Sort_evd | ( | FLA_Direct | direct, |
FLA_Obj | l, | ||
FLA_Obj | V | ||
) |
References FLA_Check_error_level(), FLA_Obj_col_stride(), FLA_Obj_datatype(), FLA_Obj_length(), FLA_Obj_row_stride(), FLA_Obj_vector_inc(), FLA_Sort_evd_b_opc(), FLA_Sort_evd_b_opd(), FLA_Sort_evd_b_ops(), FLA_Sort_evd_b_opz(), FLA_Sort_evd_check(), FLA_Sort_evd_f_opc(), FLA_Sort_evd_f_opd(), FLA_Sort_evd_f_ops(), and FLA_Sort_evd_f_opz().
Referenced by FLA_Hevd_lv_unb_var1(), and FLA_Hevd_lv_unb_var2().
Referenced by FLA_Sort_evd().
FLA_Error FLA_Sort_evd_b_opd | ( | int | m_A, |
double * | l, | ||
int | inc_l, | ||
double * | V, | ||
int | rs_V, | ||
int | cs_V | ||
) |
References bl1_dswapv(), and i.
Referenced by FLA_Sort_evd().
FLA_Error FLA_Sort_evd_b_ops | ( | int | m_A, |
float * | l, | ||
int | inc_l, | ||
float * | V, | ||
int | rs_V, | ||
int | cs_V | ||
) |
Referenced by FLA_Sort_evd().
References bl1_zswapv(), and i.
Referenced by FLA_Sort_evd().
Referenced by FLA_Sort_evd().
FLA_Error FLA_Sort_evd_f_opd | ( | int | m_A, |
double * | l, | ||
int | inc_l, | ||
double * | V, | ||
int | rs_V, | ||
int | cs_V | ||
) |
FLA_Error FLA_Sort_evd_f_ops | ( | int | m_A, |
float * | l, | ||
int | inc_l, | ||
float * | V, | ||
int | rs_V, | ||
int | cs_V | ||
) |
Referenced by FLA_Sort_evd().