libflame
revision_anchor
src
base
flamec
util
base
Functions
FLA_Negate.c File Reference
(r)
Functions
FLA_Error
FLA_Negate
(
FLA_Obj
x
)
Function Documentation
◆
FLA_Negate()
FLA_Error
FLA_Negate
(
FLA_Obj
x
)
14
{
15
if
(
FLA_Check_error_level
() >=
FLA_MIN_ERROR_CHECKING
)
16
FLA_Negate_check
(
x
);
17
18
return
FLA_Scal
(
FLA_MINUS_ONE
,
x
);
19
}
FLA_Negate_check
FLA_Error FLA_Negate_check(FLA_Obj x)
Definition
FLA_Negate_check.c:13
FLA_Scal
FLA_Error FLA_Scal(FLA_Obj alpha, FLA_Obj A)
Definition
FLA_Scal.c:15
FLA_MINUS_ONE
FLA_Obj FLA_MINUS_ONE
Definition
FLA_Init.c:22
FLA_Check_error_level
unsigned int FLA_Check_error_level(void)
Definition
FLA_Check.c:18
i
int i
Definition
bl1_axmyv2.c:145
References
FLA_Check_error_level()
,
FLA_MINUS_ONE
,
FLA_Negate_check()
,
FLA_Scal()
, and
i
.
Generated on Thu Sep 23 2021 17:46:17 for libflame by
1.9.8