|
libflame
revision_anchor
|
Functions | |
| FLA_Error | FLA_Sort_bsvd_ext (FLA_Direct direct, FLA_Obj s, FLA_Bool apply_U, FLA_Obj U, FLA_Bool apply_V, FLA_Obj V, FLA_Bool apply_C, FLA_Obj C) |
| FLA_Error | FLA_Sort_bsvd_ext_f_ops (int m_s, float *s, int inc_s, int m_U, float *U, int rs_U, int cs_U, int m_V, float *V, int rs_V, int cs_V, int n_C, float *C, int rs_C, int cs_C) |
| FLA_Error | FLA_Sort_bsvd_ext_b_ops (int m_s, float *s, int inc_s, int m_U, float *U, int rs_U, int cs_U, int m_V, float *V, int rs_V, int cs_V, int n_C, float *C, int rs_C, int cs_C) |
| FLA_Error | FLA_Sort_bsvd_ext_f_opd (int m_s, double *s, int inc_s, int m_U, double *U, int rs_U, int cs_U, int m_V, double *V, int rs_V, int cs_V, int n_C, double *C, int rs_C, int cs_C) |
| FLA_Error | FLA_Sort_bsvd_ext_b_opd (int m_s, double *s, int inc_s, int m_U, double *U, int rs_U, int cs_U, int m_V, double *V, int rs_V, int cs_V, int n_C, double *C, int rs_C, int cs_C) |
| FLA_Error | FLA_Sort_bsvd_ext_f_opc (int m_s, float *s, int inc_s, int m_U, scomplex *U, int rs_U, int cs_U, int m_V, scomplex *V, int rs_V, int cs_V, int n_C, scomplex *C, int rs_C, int cs_C) |
| FLA_Error | FLA_Sort_bsvd_ext_b_opc (int m_s, float *s, int inc_s, int m_U, scomplex *U, int rs_U, int cs_U, int m_V, scomplex *V, int rs_V, int cs_V, int n_C, scomplex *C, int rs_C, int cs_C) |
| FLA_Error | FLA_Sort_bsvd_ext_f_opz (int m_s, double *s, int inc_s, int m_U, dcomplex *U, int rs_U, int cs_U, int m_V, dcomplex *V, int rs_V, int cs_V, int n_C, dcomplex *C, int rs_C, int cs_C) |
| FLA_Error | FLA_Sort_bsvd_ext_b_opz (int m_s, double *s, int inc_s, int m_U, dcomplex *U, int rs_U, int cs_U, int m_V, dcomplex *V, int rs_V, int cs_V, int n_C, dcomplex *C, int rs_C, int cs_C) |
| FLA_Error FLA_Sort_bsvd_ext | ( | FLA_Direct | direct, |
| FLA_Obj | s, | ||
| FLA_Bool | apply_U, | ||
| FLA_Obj | U, | ||
| FLA_Bool | apply_V, | ||
| FLA_Obj | V, | ||
| FLA_Bool | apply_C, | ||
| FLA_Obj | C | ||
| ) |
References FLA_Obj_length(), FLA_Obj_vector_dim(), FLA_Obj_vector_inc(), FLA_Obj_width(), FLA_Sort(), FLA_Sort_bsvd_ext_b_opc(), FLA_Sort_bsvd_ext_b_opd(), FLA_Sort_bsvd_ext_b_ops(), FLA_Sort_bsvd_ext_b_opz(), FLA_Sort_bsvd_ext_f_opc(), FLA_Sort_bsvd_ext_f_opd(), FLA_Sort_bsvd_ext_f_ops(), and FLA_Sort_bsvd_ext_f_opz().
| FLA_Error FLA_Sort_bsvd_ext_b_opc | ( | int | m_s, |
| float * | s, | ||
| int | inc_s, | ||
| int | m_U, | ||
| scomplex * | U, | ||
| int | rs_U, | ||
| int | cs_U, | ||
| int | m_V, | ||
| scomplex * | V, | ||
| int | rs_V, | ||
| int | cs_V, | ||
| int | n_C, | ||
| scomplex * | C, | ||
| int | rs_C, | ||
| int | cs_C | ||
| ) |
References bl1_cswapv(), and i.
Referenced by FLA_Bsvd_ext_opt_var1(), and FLA_Sort_bsvd_ext().
| FLA_Error FLA_Sort_bsvd_ext_b_opd | ( | int | m_s, |
| double * | s, | ||
| int | inc_s, | ||
| int | m_U, | ||
| double * | U, | ||
| int | rs_U, | ||
| int | cs_U, | ||
| int | m_V, | ||
| double * | V, | ||
| int | rs_V, | ||
| int | cs_V, | ||
| int | n_C, | ||
| double * | C, | ||
| int | rs_C, | ||
| int | cs_C | ||
| ) |
References bl1_dswapv(), and i.
Referenced by FLA_Bsvd_ext_opt_var1(), and FLA_Sort_bsvd_ext().
| FLA_Error FLA_Sort_bsvd_ext_b_ops | ( | int | m_s, |
| float * | s, | ||
| int | inc_s, | ||
| int | m_U, | ||
| float * | U, | ||
| int | rs_U, | ||
| int | cs_U, | ||
| int | m_V, | ||
| float * | V, | ||
| int | rs_V, | ||
| int | cs_V, | ||
| int | n_C, | ||
| float * | C, | ||
| int | rs_C, | ||
| int | cs_C | ||
| ) |
| FLA_Error FLA_Sort_bsvd_ext_b_opz | ( | int | m_s, |
| double * | s, | ||
| int | inc_s, | ||
| int | m_U, | ||
| dcomplex * | U, | ||
| int | rs_U, | ||
| int | cs_U, | ||
| int | m_V, | ||
| dcomplex * | V, | ||
| int | rs_V, | ||
| int | cs_V, | ||
| int | n_C, | ||
| dcomplex * | C, | ||
| int | rs_C, | ||
| int | cs_C | ||
| ) |
References bl1_zswapv(), and i.
Referenced by FLA_Bsvd_ext_opt_var1(), and FLA_Sort_bsvd_ext().
| FLA_Error FLA_Sort_bsvd_ext_f_opc | ( | int | m_s, |
| float * | s, | ||
| int | inc_s, | ||
| int | m_U, | ||
| scomplex * | U, | ||
| int | rs_U, | ||
| int | cs_U, | ||
| int | m_V, | ||
| scomplex * | V, | ||
| int | rs_V, | ||
| int | cs_V, | ||
| int | n_C, | ||
| scomplex * | C, | ||
| int | rs_C, | ||
| int | cs_C | ||
| ) |
References bl1_cswapv(), and i.
Referenced by FLA_Sort_bsvd_ext().
| FLA_Error FLA_Sort_bsvd_ext_f_opd | ( | int | m_s, |
| double * | s, | ||
| int | inc_s, | ||
| int | m_U, | ||
| double * | U, | ||
| int | rs_U, | ||
| int | cs_U, | ||
| int | m_V, | ||
| double * | V, | ||
| int | rs_V, | ||
| int | cs_V, | ||
| int | n_C, | ||
| double * | C, | ||
| int | rs_C, | ||
| int | cs_C | ||
| ) |
References bl1_dswapv(), and i.
Referenced by FLA_Sort_bsvd_ext().
| FLA_Error FLA_Sort_bsvd_ext_f_ops | ( | int | m_s, |
| float * | s, | ||
| int | inc_s, | ||
| int | m_U, | ||
| float * | U, | ||
| int | rs_U, | ||
| int | cs_U, | ||
| int | m_V, | ||
| float * | V, | ||
| int | rs_V, | ||
| int | cs_V, | ||
| int | n_C, | ||
| float * | C, | ||
| int | rs_C, | ||
| int | cs_C | ||
| ) |
| FLA_Error FLA_Sort_bsvd_ext_f_opz | ( | int | m_s, |
| double * | s, | ||
| int | inc_s, | ||
| int | m_U, | ||
| dcomplex * | U, | ||
| int | rs_U, | ||
| int | cs_U, | ||
| int | m_V, | ||
| dcomplex * | V, | ||
| int | rs_V, | ||
| int | cs_V, | ||
| int | n_C, | ||
| dcomplex * | C, | ||
| int | rs_C, | ||
| int | cs_C | ||
| ) |
References bl1_zswapv(), and i.
Referenced by FLA_Sort_bsvd_ext().
1.8.13