FLA_LU_nopiv.c File Reference

(r)


Functions

FLA_Error FLA_LU_nopiv (FLA_Obj A)
void FLA_F2C() fla_lu_nopiv_f (F_INT *A, F_INT *IERROR)

Variables

fla_lu_tfla_lu_nopiv_cntl
fla_lu_tfla_lu_nopiv_cntl2

Function Documentation

FLA_Error FLA_LU_nopiv ( FLA_Obj  A  ) 

References FLA_Check_error_level(), FLA_LU_nopiv_check(), and FLA_LU_nopiv_internal().

Referenced by fla_lu_nopiv_f().

00039 {
00040   FLA_Error r_val;
00041 
00042   // Check parameters.
00043   if ( FLA_Check_error_level() >= FLA_MIN_ERROR_CHECKING )
00044     FLA_LU_nopiv_check( A );
00045 
00046   // Invoke FLA_LU_nopiv_internal() with large control tree.
00047   r_val = FLA_LU_nopiv_internal( A, fla_lu_nopiv_cntl2 );
00048 
00049   return r_val;
00050 }

void FLA_F2C() fla_lu_nopiv_f ( F_INT *  A,
F_INT *  IERROR 
)

References FLA_LU_nopiv().

00054 {
00055   *IERROR = FLA_LU_nopiv( *( ( FLA_Obj * ) A ) );
00056 }


Variable Documentation


Generated on Mon Jul 6 05:45:56 2009 for libflame by  doxygen 1.5.9