Function ssoti_createEmpty#

Function Documentation#

semiotin_t ssoti_createEmpty(bases_t tot_nbases, ord_t trc_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 initialized to zero) and memory is allocated according to the pair tot_nbases and trc_order.

Parameters:
  • tot_nbases[in] Total number of bases to allocate.

  • trc_order[in] Truncation order.

  • dhl[in] Direction helper list object.