|
libflame
revision_anchor
|
Functions | |
| FLA_Error | FLA_Sort_svd (FLA_Direct direct, FLA_Obj s, FLA_Obj U, FLA_Obj V) |
| FLA_Error | FLA_Sort_svd_f_ops (int m_U, int n_V, float *s, int inc_s, float *U, int rs_U, int cs_U, float *V, int rs_V, int cs_V) |
| FLA_Error | FLA_Sort_svd_b_ops (int m_U, int n_V, float *s, int inc_s, float *U, int rs_U, int cs_U, float *V, int rs_V, int cs_V) |
| FLA_Error | FLA_Sort_svd_f_opd (int m_U, int n_V, double *s, int inc_s, double *U, int rs_U, int cs_U, double *V, int rs_V, int cs_V) |
| FLA_Error | FLA_Sort_svd_b_opd (int m_U, int n_V, double *s, int inc_s, double *U, int rs_U, int cs_U, double *V, int rs_V, int cs_V) |
| FLA_Error | FLA_Sort_svd_f_opc (int m_U, int n_V, float *s, int inc_s, scomplex *U, int rs_U, int cs_U, scomplex *V, int rs_V, int cs_V) |
| FLA_Error | FLA_Sort_svd_b_opc (int m_U, int n_V, float *s, int inc_s, scomplex *U, int rs_U, int cs_U, scomplex *V, int rs_V, int cs_V) |
| FLA_Error | FLA_Sort_svd_f_opz (int m_U, int n_V, double *s, int inc_s, dcomplex *U, int rs_U, int cs_U, dcomplex *V, int rs_V, int cs_V) |
| FLA_Error | FLA_Sort_svd_b_opz (int m_U, int n_V, double *s, int inc_s, dcomplex *U, int rs_U, int cs_U, dcomplex *V, int rs_V, int cs_V) |
| FLA_Error FLA_Sort_svd | ( | FLA_Direct | direct, |
| FLA_Obj | s, | ||
| FLA_Obj | U, | ||
| 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_svd_b_opc(), FLA_Sort_svd_b_opd(), FLA_Sort_svd_b_ops(), FLA_Sort_svd_b_opz(), FLA_Sort_svd_check(), FLA_Sort_svd_f_opc(), FLA_Sort_svd_f_opd(), FLA_Sort_svd_f_ops(), and FLA_Sort_svd_f_opz().
Referenced by FLA_Svd_uv_unb_var1(), and FLA_Svd_uv_unb_var2().
| FLA_Error FLA_Sort_svd_b_opc | ( | int | m_U, |
| int | n_V, | ||
| float * | s, | ||
| int | inc_s, | ||
| scomplex * | U, | ||
| int | rs_U, | ||
| int | cs_U, | ||
| scomplex * | V, | ||
| int | rs_V, | ||
| int | cs_V | ||
| ) |
Referenced by FLA_Sort_svd().
| FLA_Error FLA_Sort_svd_b_opd | ( | int | m_U, |
| int | n_V, | ||
| double * | s, | ||
| int | inc_s, | ||
| double * | U, | ||
| int | rs_U, | ||
| int | cs_U, | ||
| double * | V, | ||
| int | rs_V, | ||
| int | cs_V | ||
| ) |
References bl1_dswapv(), and i.
Referenced by FLA_Sort_svd().
| FLA_Error FLA_Sort_svd_b_ops | ( | int | m_U, |
| int | n_V, | ||
| float * | s, | ||
| int | inc_s, | ||
| float * | U, | ||
| int | rs_U, | ||
| int | cs_U, | ||
| float * | V, | ||
| int | rs_V, | ||
| int | cs_V | ||
| ) |
Referenced by FLA_Sort_svd().
| FLA_Error FLA_Sort_svd_b_opz | ( | int | m_U, |
| int | n_V, | ||
| double * | s, | ||
| int | inc_s, | ||
| dcomplex * | U, | ||
| int | rs_U, | ||
| int | cs_U, | ||
| dcomplex * | V, | ||
| int | rs_V, | ||
| int | cs_V | ||
| ) |
References bl1_zswapv(), and i.
Referenced by FLA_Sort_svd().
| FLA_Error FLA_Sort_svd_f_opc | ( | int | m_U, |
| int | n_V, | ||
| float * | s, | ||
| int | inc_s, | ||
| scomplex * | U, | ||
| int | rs_U, | ||
| int | cs_U, | ||
| scomplex * | V, | ||
| int | rs_V, | ||
| int | cs_V | ||
| ) |
Referenced by FLA_Sort_svd().
| FLA_Error FLA_Sort_svd_f_opd | ( | int | m_U, |
| int | n_V, | ||
| double * | s, | ||
| int | inc_s, | ||
| double * | U, | ||
| int | rs_U, | ||
| int | cs_U, | ||
| double * | V, | ||
| int | rs_V, | ||
| int | cs_V | ||
| ) |
| FLA_Error FLA_Sort_svd_f_ops | ( | int | m_U, |
| int | n_V, | ||
| float * | s, | ||
| int | inc_s, | ||
| float * | U, | ||
| int | rs_U, | ||
| int | cs_U, | ||
| float * | V, | ||
| int | rs_V, | ||
| int | cs_V | ||
| ) |
Referenced by FLA_Sort_svd().
| FLA_Error FLA_Sort_svd_f_opz | ( | int | m_U, |
| int | n_V, | ||
| double * | s, | ||
| int | inc_s, | ||
| dcomplex * | U, | ||
| int | rs_U, | ||
| int | cs_U, | ||
| dcomplex * | V, | ||
| int | rs_V, | ||
| int | cs_V | ||
| ) |