Function oti_trunc_ssum#
Defined in File dense/scalar/base.h
Function Documentation#
-
void oti_trunc_ssum(otinum_t *num1, ord_t ord, otinum_t *res, dhelpl_t dhl)#
Truncated self addition of two oti numbers. This function adds num1 and num2 just to obtain imaginary directions with orders greater than the given truncation order.
- Parameters:
num1 – [in] Oti number 1.
ord – [in] Truncation order.
res – [inout] OTI number out. It most come allocated.
dhl – [in] Direction helper list object.