libflame
revision_anchor
|
Functions | |
FLA_Error | FLA_Obj_copy_view (FLA_Obj A, FLA_Obj *B) |
void | FLA_Obj_extract_real_scalar (FLA_Obj alpha, double *alpha_value) |
void | FLA_Obj_extract_complex_scalar (FLA_Obj alpha, dcomplex *alpha_value) |
void | FLA_Obj_extract_real_part (FLA_Obj a, FLA_Obj b) |
void | FLA_Obj_extract_imag_part (FLA_Obj a, FLA_Obj b) |
void | FLA_Obj_set_real_part (FLA_Obj alpha, FLA_Obj B) |
void | FLA_Obj_set_imag_part (FLA_Obj alpha, FLA_Obj B) |
FLA_Error | FLA_Obj_fshow (FILE *file, char *s1, FLA_Obj A, char *format, char *s2) |
FLA_Error | FLA_Obj_show (char *s1, FLA_Obj A, char *format, char *s2) |
References FLA_Check_error_level(), FLA_Obj_copy_view_check(), FLASH_Obj_scalar_length(), FLASH_Obj_scalar_width(), FLA_Obj_view::m_inner, and FLA_Obj_view::n_inner.
References FLA_Check_error_level(), FLA_Obj_extract_complex_scalar_check(), FLA_Obj_is_single_precision(), scomplex::imag, dcomplex::imag, scomplex::real, dcomplex::real, and temp.
References bl1_dcopy(), bl1_dsetv(), bl1_scopy(), bl1_ssetv(), FLA_Check_error_level(), FLA_Obj_datatype(), FLA_Obj_extract_imag_part_check(), FLA_Obj_vector_dim(), FLA_Obj_vector_inc(), and FLA_ZERO.
References bl1_dcopy(), bl1_scopy(), FLA_Check_error_level(), FLA_Obj_datatype(), FLA_Obj_extract_real_part_check(), FLA_Obj_vector_dim(), and FLA_Obj_vector_inc().
Referenced by FLA_QR_UT_piv_colnorm().
void FLA_Obj_extract_real_scalar | ( | FLA_Obj | alpha, |
double * | alpha_value | ||
) |
References FLA_Check_error_level(), FLA_Obj_extract_real_scalar_check(), and FLA_Obj_is_single_precision().
References FLA_Check_error_level(), FLA_Obj_col_stride(), FLA_Obj_datatype(), FLA_Obj_fshow_check(), FLA_Obj_length(), FLA_Obj_row_stride(), FLA_Obj_width(), i, scomplex::imag, imag, scomplex::real, and dcomplex::real.
Referenced by FLA_Obj_show().
References FLA_Check_error_level(), FLA_Obj_col_stride(), FLA_Obj_datatype(), FLA_Obj_is_complex(), FLA_Obj_length(), FLA_Obj_row_stride(), FLA_Obj_set_imag_part_check(), FLA_Obj_width(), i, scomplex::imag, and dcomplex::imag.
Referenced by FLA_Bidiag_UT_l_realify_unb(), and FLA_Bidiag_UT_u_realify_unb().
References FLA_Check_error_level(), FLA_Obj_col_stride(), FLA_Obj_datatype(), FLA_Obj_is_complex(), FLA_Obj_length(), FLA_Obj_row_stride(), FLA_Obj_set_real_part_check(), FLA_Obj_width(), i, scomplex::real, and dcomplex::real.
References FLA_Check_error_level(), FLA_Obj_fshow(), and FLA_Obj_show_check().
Referenced by FLASH_Obj_show().