Program Listing for File dense/array/functions.h#

Return to documentation for file (oti/dense/array/functions.h)

#ifndef OTI_DENSE_ARRAY_FUNCTIONS_H
#define OTI_DENSE_ARRAY_FUNCTIONS_H

/**************************************************************************************************/
oarr_t oarr_feval(    darr_t* re, oarr_t* arr,              dhelpl_t dhl );
void   oarr_feval_to( darr_t* re, oarr_t* arr, oarr_t* res, dhelpl_t dhl );
// ----------------------------------------------------------------------------------------------------

#endif