Function soti_createEmpty#

Function Documentation#

sotinum_t soti_createEmpty(ord_t order, dhelpl_t dhl)#

Allocate a new sparse oti number in memory. Creation follows the standard memory sizes as indicated in dhl.

The number is created with a non-zero real coefficient (which is not initialized) and the creation in memory of the other elements correspond to zero value coefficients in the imaginary directions.

Parameters:
  • order[in] Truncation order.

  • dhl[in] Direction helper list object.