.. _program_listing_file_oti_dense_array_functions.h: Program Listing for File dense/array/functions.h ================================================ |exhale_lsh| :ref:`Return to documentation for file ` (``oti/dense/array/functions.h``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #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