Go to the source code of this file.
Functions | |
FLA_Error | FLA_Hess (FLA_Obj A, FLA_Obj t, int ilo, int ihi) |
FLA_Error | FLA_Hess_blk_var1 (FLA_Obj A, FLA_Obj t, int ilo, int ihi, fla_hess_t *cntl) |
FLA_Error | FLA_Hess_blk_var2 (FLA_Obj A, FLA_Obj t, int ilo, int ihi, fla_hess_t *cntl) |
FLA_Error | FLA_Hess_step_unb_var1 (FLA_Obj A, FLA_Obj t, FLA_Obj B, FLA_Obj C, int nb_alg) |
FLA_Error | FLA_Hess_step_unb_var2 (FLA_Obj A, FLA_Obj t, FLA_Obj B, FLA_Obj C, int nb_alg) |
void | MyFLA_extract_column_block (FLA_Obj A, int ini, int n, FLA_Obj *B) |
void | MyFLA_extract_row_block (FLA_Obj A, int ini, int n, FLA_Obj *B) |
void | MyFLA_int_swap (int *a, int *b) |
void | MyFLA_v_int_swap (int n, int *a, int *b) |
References FLA_Hess_internal().
00039 { 00040 FLA_Error r_val; 00041 00042 // Note the following constraints: 0 <= ilo <= n-1, 0 <= ihi <= n-1. 00043 r_val = FLA_Hess_internal( A, t, ilo, ihi, fla_hess_cntl ); 00044 00045 return r_val; 00046 }
FLA_Error FLA_Hess_blk_var1 | ( | FLA_Obj | A, | |
FLA_Obj | t, | |||
int | ilo, | |||
int | ihi, | |||
fla_hess_t * | cntl | |||
) |
FLA_Error FLA_Hess_blk_var2 | ( | FLA_Obj | A, | |
FLA_Obj | t, | |||
int | ilo, | |||
int | ihi, | |||
fla_hess_t * | cntl | |||
) |
void MyFLA_int_swap | ( | int * | a, | |
int * | b | |||
) |
void MyFLA_v_int_swap | ( | int | n, | |
int * | a, | |||
int * | b | |||
) |