Program Listing for File semisparse/scalar/utils.h#
↰ Return to documentation for file (oti/semisparse/scalar/utils.h)
#ifndef OTI_SEMISPARSE_SCALAR_UTILS_H
#define OTI_SEMISPARSE_SCALAR_UTILS_H
/**************************************************************************************************/
void ssoti_trunc_ssum(semiotin_t* num1, ord_t ord, semiotin_t* res, dhelpl_t dhl );
// ----------------------------------------------------------------------------------------------------
/**************************************************************************************************/
void ssoti_trunc_mul(semiotin_t* num1, ord_t ord1,
semiotin_t* num2, ord_t ord2,
semiotin_t* dest, dhelpl_t dhl );
// ----------------------------------------------------------------------------------------------------
/**************************************************************************************************/
void ssoti_trunc_smul_real(coeff_t a, ord_t ord, semiotin_t* res, dhelpl_t dhl);
// ----------------------------------------------------------------------------------------------------
void ssoti_get_active_bases(semiotin_t* num, imdir_t* list, dhelpl_t dhl);
#endif