libflame
revision_anchor
|
Go to the source code of this file.
Functions | |
FLA_Error | FLA_LQ_UT (FLA_Obj A, FLA_Obj T) |
FLA_Error | FLA_LQ_UT_internal (FLA_Obj A, FLA_Obj T, fla_lqut_t *cntl) |
FLA_Error | FLA_LQ_UT_create_T (FLA_Obj A, FLA_Obj *T) |
FLA_Error | FLA_LQ_UT_recover_tau (FLA_Obj T, FLA_Obj tau) |
FLA_Error | FLA_LQ_UT_solve (FLA_Obj A, FLA_Obj T, FLA_Obj B, FLA_Obj X) |
FLA_Error | FLASH_LQ_UT (FLA_Obj A, FLA_Obj TW) |
FLA_Error | FLASH_LQ_UT_create_hier_matrices (FLA_Obj A_flat, dim_t depth, dim_t *b_flash, FLA_Obj *A, FLA_Obj *TW) |
FLA_Error | FLASH_LQ_UT_solve (FLA_Obj A, FLA_Obj T, FLA_Obj B, FLA_Obj X) |
FLA_Error | FLA_LQ_UT_form_Q (FLA_Obj A, FLA_Obj T, FLA_Obj Q) |
References FLA_Check_error_level(), FLA_LQ_UT_check(), and FLA_LQ_UT_internal().
References FLA_Obj_create(), FLA_Obj_datatype(), FLA_Obj_length(), FLA_Obj_min_dim(), FLA_Obj_row_stride(), and FLA_Query_blocksize().
References FLA_Conjugate(), FLA_Obj_flip_base(), FLA_Obj_flip_view(), FLA_Obj_is(), FLA_Obj_is_complex(), and FLA_QR_UT_form_Q().
Referenced by FLA_Bidiag_UT_form_V_ext().
FLA_Error FLA_LQ_UT_internal | ( | FLA_Obj | A, |
FLA_Obj | T, | ||
fla_lqut_t * | cntl | ||
) |
References FLA_Check_error_level(), FLA_LQ_UT_blk_var1(), FLA_LQ_UT_blk_var2(), FLA_LQ_UT_blk_var3(), FLA_LQ_UT_internal_check(), FLA_LQ_UT_macro_task(), FLA_LQ_UT_opt_var1(), FLA_LQ_UT_opt_var2(), FLA_LQ_UT_unb_var1(), FLA_LQ_UT_unb_var2(), and FLASH_Queue_get_enabled().
Referenced by FLA_LQ_UT(), FLA_LQ_UT_blk_var1(), FLA_LQ_UT_blk_var2(), FLA_LQ_UT_blk_var3(), FLA_LQ_UT_macro_task(), FLA_LQ_UT_task(), and FLASH_LQ_UT().
References FLA_QR_UT_recover_tau().
References FLA_Apply_Q_UT(), FLA_Apply_Q_UT_create_workspace(), FLA_Check_error_level(), FLA_Copy_external(), FLA_LQ_UT_solve_check(), FLA_Obj_free(), FLA_Obj_length(), FLA_ONE, FLA_Part_1x2(), FLA_Part_2x1(), FLA_Set(), FLA_Trsm_external(), and FLA_ZERO.
References FLA_Abort(), FLA_Check_error_level(), FLA_LQ_UT_check(), FLA_LQ_UT_internal(), FLA_Print_message(), FLASH_Obj_depth(), FLASH_Obj_scalar_length_tl(), FLASH_Obj_scalar_min_dim(), FLASH_Obj_scalar_width_tl(), FLASH_Queue_begin(), and FLASH_Queue_end().
FLA_Error FLASH_LQ_UT_create_hier_matrices | ( | FLA_Obj | A_flat, |
dim_t | depth, | ||
dim_t * | b_flash, | ||
FLA_Obj * | A, | ||
FLA_Obj * | TW | ||
) |
References FLA_Abort(), FLA_Obj_datatype(), FLA_Obj_min_dim(), FLA_Print_message(), FLASH_Obj_create_ext(), and FLASH_Obj_create_hier_copy_of_flat().
References FLA_Check_error_level(), FLA_LQ_UT_solve_check(), FLA_Obj_length(), FLA_ONE, FLA_Part_1x2(), FLA_Part_2x1(), FLA_ZERO, FLASH_Apply_Q_UT(), FLASH_Apply_Q_UT_create_workspace(), FLASH_Copy(), FLASH_Obj_free(), FLASH_Set(), and FLASH_Trsm().