FLA_Hess.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033 #include "FLAME.h"
00034
00035 FLA_Error FLA_Hess( FLA_Obj A, FLA_Obj t, int ilo, int ihi );
00036 FLA_Error FLA_Hess_blk_var1( FLA_Obj A, FLA_Obj t, int ilo, int ihi, fla_hess_t* cntl );
00037 FLA_Error FLA_Hess_blk_var2( FLA_Obj A, FLA_Obj t, int ilo, int ihi, fla_hess_t* cntl );
00038 FLA_Error FLA_Hess_step_unb_var1( FLA_Obj A, FLA_Obj t, FLA_Obj B, FLA_Obj C, int nb_alg );
00039 FLA_Error FLA_Hess_step_unb_var2( FLA_Obj A, FLA_Obj t, FLA_Obj B, FLA_Obj C, int nb_alg );
00040
00041 void MyFLA_extract_column_block( FLA_Obj A, int ini, int n, FLA_Obj * B );
00042 void MyFLA_extract_row_block( FLA_Obj A, int ini, int n, FLA_Obj * B );
00043 void MyFLA_int_swap( int * a, int * b );
00044 void MyFLA_v_int_swap( int n, int * a, int * b );
00045