libflame
revision_anchor
|
Functions | |
FLA_Error | FLA_Househ2s_UT (FLA_Side side, FLA_Obj chi_1, FLA_Obj x2, FLA_Obj alpha, FLA_Obj chi_1_minus_alpha, FLA_Obj tau) |
FLA_Error | FLA_Househ2s_UT_l_ops (int m_x2, float *chi_1, float *x2, int inc_x2, float *alpha, float *chi_1_minus_alpha, float *tau) |
FLA_Error | FLA_Househ2s_UT_l_opd (int m_x2, double *chi_1, double *x2, int inc_x2, double *alpha, double *chi_1_minus_alpha, double *tau) |
FLA_Error | FLA_Househ2s_UT_l_opc (int m_x2, scomplex *chi_1, scomplex *x2, int inc_x2, scomplex *alpha, scomplex *chi_1_minus_alpha, scomplex *tau) |
FLA_Error | FLA_Househ2s_UT_l_opz (int m_x2, dcomplex *chi_1, dcomplex *x2, int inc_x2, dcomplex *alpha, dcomplex *chi_1_minus_alpha, dcomplex *tau) |
FLA_Error | FLA_Househ2s_UT_r_ops (int m_x2, float *chi_1, float *x2, int inc_x2, float *alpha, float *chi_1_minus_alpha, float *tau) |
FLA_Error | FLA_Househ2s_UT_r_opd (int m_x2, double *chi_1, double *x2, int inc_x2, double *alpha, double *chi_1_minus_alpha, double *tau) |
FLA_Error | FLA_Househ2s_UT_r_opc (int m_x2, scomplex *chi_1, scomplex *x2, int inc_x2, scomplex *alpha, scomplex *chi_1_minus_alpha, scomplex *tau) |
FLA_Error | FLA_Househ2s_UT_r_opz (int m_x2, dcomplex *chi_1, dcomplex *x2, int inc_x2, dcomplex *alpha, dcomplex *chi_1_minus_alpha, dcomplex *tau) |
FLA_Error FLA_Househ2s_UT | ( | FLA_Side | side, |
FLA_Obj | chi_1, | ||
FLA_Obj | x2, | ||
FLA_Obj | alpha, | ||
FLA_Obj | chi_1_minus_alpha, | ||
FLA_Obj | tau | ||
) |
References FLA_Check_error_level(), FLA_Househ2s_UT_check(), FLA_Househ2s_UT_l_opc(), FLA_Househ2s_UT_l_opd(), FLA_Househ2s_UT_l_ops(), FLA_Househ2s_UT_l_opz(), FLA_Househ2s_UT_r_opc(), FLA_Househ2s_UT_r_opd(), FLA_Househ2s_UT_r_ops(), FLA_Househ2s_UT_r_opz(), FLA_Obj_datatype(), FLA_Obj_vector_dim(), and FLA_Obj_vector_inc().
Referenced by FLA_Bidiag_UT_u_step_unb_var3(), and FLA_Bidiag_UT_u_step_unb_var4().
FLA_Error FLA_Househ2s_UT_l_opc | ( | int | m_x2, |
scomplex * | chi_1, | ||
scomplex * | x2, | ||
int | inc_x2, | ||
scomplex * | alpha, | ||
scomplex * | chi_1_minus_alpha, | ||
scomplex * | tau | ||
) |
References bl1_cnrm2(), FLA_ONE_HALF, scomplex::imag, and scomplex::real.
Referenced by FLA_Househ2s_UT(), and FLA_Househ2s_UT_r_opc().
FLA_Error FLA_Househ2s_UT_l_opd | ( | int | m_x2, |
double * | chi_1, | ||
double * | x2, | ||
int | inc_x2, | ||
double * | alpha, | ||
double * | chi_1_minus_alpha, | ||
double * | tau | ||
) |
References bl1_dnrm2(), and FLA_ONE_HALF.
Referenced by FLA_Househ2s_UT(), and FLA_Househ2s_UT_r_opd().
FLA_Error FLA_Househ2s_UT_l_ops | ( | int | m_x2, |
float * | chi_1, | ||
float * | x2, | ||
int | inc_x2, | ||
float * | alpha, | ||
float * | chi_1_minus_alpha, | ||
float * | tau | ||
) |
References bl1_snrm2(), and FLA_ONE_HALF.
Referenced by FLA_Househ2s_UT(), and FLA_Househ2s_UT_r_ops().
FLA_Error FLA_Househ2s_UT_l_opz | ( | int | m_x2, |
dcomplex * | chi_1, | ||
dcomplex * | x2, | ||
int | inc_x2, | ||
dcomplex * | alpha, | ||
dcomplex * | chi_1_minus_alpha, | ||
dcomplex * | tau | ||
) |
References bl1_znrm2(), FLA_ONE_HALF, dcomplex::imag, and dcomplex::real.
Referenced by FLA_Househ2s_UT(), and FLA_Househ2s_UT_r_opz().
FLA_Error FLA_Househ2s_UT_r_opc | ( | int | m_x2, |
scomplex * | chi_1, | ||
scomplex * | x2, | ||
int | inc_x2, | ||
scomplex * | alpha, | ||
scomplex * | chi_1_minus_alpha, | ||
scomplex * | tau | ||
) |
References FLA_Househ2s_UT_l_opc().
Referenced by FLA_Bidiag_UT_u_step_ofc_var3(), FLA_Bidiag_UT_u_step_ofc_var4(), FLA_Bidiag_UT_u_step_opc_var3(), FLA_Bidiag_UT_u_step_opc_var4(), and FLA_Househ2s_UT().
FLA_Error FLA_Househ2s_UT_r_opd | ( | int | m_x2, |
double * | chi_1, | ||
double * | x2, | ||
int | inc_x2, | ||
double * | alpha, | ||
double * | chi_1_minus_alpha, | ||
double * | tau | ||
) |
References FLA_Househ2s_UT_l_opd().
Referenced by FLA_Bidiag_UT_u_step_ofd_var3(), FLA_Bidiag_UT_u_step_ofd_var4(), FLA_Bidiag_UT_u_step_opd_var3(), FLA_Bidiag_UT_u_step_opd_var4(), and FLA_Househ2s_UT().
FLA_Error FLA_Househ2s_UT_r_ops | ( | int | m_x2, |
float * | chi_1, | ||
float * | x2, | ||
int | inc_x2, | ||
float * | alpha, | ||
float * | chi_1_minus_alpha, | ||
float * | tau | ||
) |
References FLA_Househ2s_UT_l_ops().
Referenced by FLA_Bidiag_UT_u_step_ofs_var3(), FLA_Bidiag_UT_u_step_ofs_var4(), FLA_Bidiag_UT_u_step_ops_var3(), FLA_Bidiag_UT_u_step_ops_var4(), and FLA_Househ2s_UT().
FLA_Error FLA_Househ2s_UT_r_opz | ( | int | m_x2, |
dcomplex * | chi_1, | ||
dcomplex * | x2, | ||
int | inc_x2, | ||
dcomplex * | alpha, | ||
dcomplex * | chi_1_minus_alpha, | ||
dcomplex * | tau | ||
) |
References FLA_Househ2s_UT_l_opz().
Referenced by FLA_Bidiag_UT_u_step_ofz_var3(), FLA_Bidiag_UT_u_step_ofz_var4(), FLA_Bidiag_UT_u_step_opz_var3(), FLA_Bidiag_UT_u_step_opz_var4(), and FLA_Househ2s_UT().