libflame
revision_anchor
|
Functions | |
FLA_Error | FLA_Househ3UD_UT (FLA_Obj chi_0, FLA_Obj x1, FLA_Obj y2, FLA_Obj tau) |
FLA_Error | FLA_Househ3UD_UT_ops (int m_x1, int m_y2, float *chi_0, float *x1, int inc_x1, float *y2, int inc_y2, float *tau) |
FLA_Error | FLA_Househ3UD_UT_opd (int m_x1, int m_y2, double *chi_0, double *x1, int inc_x1, double *y2, int inc_y2, double *tau) |
FLA_Error | FLA_Househ3UD_UT_opc (int m_x1, int m_y2, scomplex *chi_0, scomplex *x1, int inc_x1, scomplex *y2, int inc_y2, scomplex *tau) |
FLA_Error | FLA_Househ3UD_UT_opz (int m_x1, int m_y2, dcomplex *chi_0, dcomplex *x1, int inc_x1, dcomplex *y2, int inc_y2, dcomplex *tau) |
References FLA_Check_error_level(), FLA_Househ3UD_UT_check(), FLA_Househ3UD_UT_opc(), FLA_Househ3UD_UT_opd(), FLA_Househ3UD_UT_ops(), FLA_Househ3UD_UT_opz(), FLA_Obj_datatype(), FLA_Obj_vector_dim(), FLA_Obj_vector_inc(), and x1.
Referenced by FLA_UDdate_UT_unb_var1().
FLA_Error FLA_Househ3UD_UT_opc | ( | int | m_x1, |
int | m_y2, | ||
scomplex * | chi_0, | ||
scomplex * | x1, | ||
int | inc_x1, | ||
scomplex * | y2, | ||
int | inc_y2, | ||
scomplex * | tau | ||
) |
References bl1_cinvscalv(), bl1_cnrm2(), BLIS1_NO_CONJUGATE, FLA_ONE_HALF, scomplex::imag, scomplex::real, and x1.
Referenced by FLA_Househ3UD_UT(), and FLA_UDdate_UT_opc_var1().
FLA_Error FLA_Househ3UD_UT_opd | ( | int | m_x1, |
int | m_y2, | ||
double * | chi_0, | ||
double * | x1, | ||
int | inc_x1, | ||
double * | y2, | ||
int | inc_y2, | ||
double * | tau | ||
) |
References bl1_dinvscalv(), bl1_dnrm2(), BLIS1_NO_CONJUGATE, FLA_ONE_HALF, and x1.
Referenced by FLA_Househ3UD_UT(), and FLA_UDdate_UT_opd_var1().
FLA_Error FLA_Househ3UD_UT_ops | ( | int | m_x1, |
int | m_y2, | ||
float * | chi_0, | ||
float * | x1, | ||
int | inc_x1, | ||
float * | y2, | ||
int | inc_y2, | ||
float * | tau | ||
) |
References bl1_sinvscalv(), bl1_snrm2(), BLIS1_NO_CONJUGATE, FLA_ONE_HALF, and x1.
Referenced by FLA_Househ3UD_UT(), and FLA_UDdate_UT_ops_var1().
FLA_Error FLA_Househ3UD_UT_opz | ( | int | m_x1, |
int | m_y2, | ||
dcomplex * | chi_0, | ||
dcomplex * | x1, | ||
int | inc_x1, | ||
dcomplex * | y2, | ||
int | inc_y2, | ||
dcomplex * | tau | ||
) |
References bl1_zinvscalv(), bl1_znrm2(), BLIS1_NO_CONJUGATE, FLA_ONE_HALF, dcomplex::imag, dcomplex::real, and x1.
Referenced by FLA_Househ3UD_UT(), and FLA_UDdate_UT_opz_var1().