libflame  revision_anchor
Functions | Variables
FLA_Hess_UT.c File Reference

(r)

Functions

FLA_Error FLA_Hess_UT (FLA_Obj A, FLA_Obj T)

Variables

fla_hessut_tfla_hessut_cntl_leaf

Function Documentation

References FLA_Check_error_level(), FLA_Hess_UT_check(), and FLA_Hess_UT_internal().

{
  FLA_Error r_val;

  // Check parameters.
  if ( FLA_Check_error_level() >= FLA_MIN_ERROR_CHECKING )
    FLA_Hess_UT_check( A, T );

  // Invoke FLA_Hess_UT_internal() with the standard control tree.
  r_val = FLA_Hess_UT_internal( A, T, fla_hessut_cntl_leaf );

  return r_val;
}

Variable Documentation