libflame  12600
Functions
FLA_Negate.c File Reference

(r12600)

Functions

FLA_Error FLA_Negate (FLA_Obj x)

Function Documentation

References FLA_Check_error_level(), FLA_MINUS_ONE, FLA_Negate_check(), and FLA_Scal().

{
  if ( FLA_Check_error_level() >= FLA_MIN_ERROR_CHECKING )
    FLA_Negate_check( x );

  return FLA_Scal( FLA_MINUS_ONE, x );
}