libflame
revision_anchor
|
Go to the source code of this file.
Functions | |
double | FLASH_Max_elemwise_diff (FLA_Obj A, FLA_Obj B) |
FLA_Error | FLASH_Random_matrix (FLA_Obj H) |
FLA_Error | FLASH_Random_spd_matrix (FLA_Uplo uplo, FLA_Obj H) |
FLA_Error | FLASH_Norm1 (FLA_Obj H, FLA_Obj norm) |
FLA_Error | FLASH_Obj_shift_diagonal (FLA_Conj conj, FLA_Obj sigma, FLA_Obj H) |
FLA_Error | FLASH_Set (FLA_Obj alpha, FLA_Obj H) |
FLA_Error | FLASH_Obj_create_diag_panel (FLA_Obj A, FLA_Obj *U) |
FLA_Error | FLASH_LU_find_zero_on_diagonal (FLA_Obj A) |
FLA_Error | FLASH_Triangularize (FLA_Uplo uplo, FLA_Diag diag, FLA_Obj A) |
FLA_Error | FLASH_Hermitianize (FLA_Uplo uplo, FLA_Obj A) |
FLA_Error | FLASH_LU_find_zero_on_diagonal_check (FLA_Obj A) |
References FLA_Hermitianize(), FLA_Obj_free(), FLA_Obj_has_zero_dim(), FLASH_Obj_create_flat_copy_of_hier(), and FLASH_Obj_hierarchify().
References FLA_Check_error_level(), FLA_Cont_with_3x3_to_2x2(), FLA_LU_find_zero_on_diagonal(), FLA_Obj_elemtype(), FLA_Obj_length(), FLA_Obj_min_dim(), FLA_Part_2x2(), FLA_Repart_2x2_to_3x3(), FLASH_LU_find_zero_on_diagonal_check(), and FLASH_Obj_scalar_length().
Referenced by FLASH_LU_nopiv(), and FLASH_LU_piv().
References FLA_Check_floating_object(), and FLA_Check_nonconstant_object().
Referenced by FLASH_LU_find_zero_on_diagonal().
References FLA_Max_elemwise_diff(), FLA_Obj_free(), FLA_Obj_has_zero_dim(), and FLASH_Obj_create_flat_copy_of_hier().
References FLA_Norm1(), FLA_Obj_free(), FLA_Obj_has_zero_dim(), FLA_Set(), FLA_ZERO, and FLASH_Obj_create_flat_copy_of_hier().
References FLA_Obj_datatype(), FLA_Obj_min_dim(), FLA_Part_1x2(), FLA_Part_2x2(), FLASH_Obj_create(), FLASH_Obj_scalar_length_tl(), and FLASH_Obj_scalar_min_dim().
Referenced by FLASH_LU_incpiv_opt1(), and FLASH_QR_UT_inc_opt1().
References FLA_Obj_free(), FLA_Obj_has_zero_dim(), FLA_Random_matrix(), FLASH_Obj_create_flat_copy_of_hier(), and FLASH_Obj_hierarchify().
References FLA_Check_error_level(), FLA_Check_valid_uplo(), FLA_Obj_has_zero_dim(), FLA_Random_spd_matrix(), FLASH_Obj_create_flat_copy_of_hier(), FLASH_Obj_free(), and FLASH_Obj_hierarchify().
References FLA_Obj_free(), FLA_Obj_has_zero_dim(), FLA_Set(), FLASH_Obj_create_flat_copy_of_hier(), and FLASH_Obj_hierarchify().
Referenced by FLASH_LQ_UT_solve().
References FLA_Obj_free(), FLA_Obj_has_zero_dim(), FLA_Triangularize(), FLASH_Obj_create_flat_copy_of_hier(), and FLASH_Obj_hierarchify().