shsajjadi / OctaveCoder

Octave Coder __ A code generator and build system that converts Octave to C++
Other
25 stars 3 forks source link

Setting name for function handles #37

Closed shsajjadi closed 3 months ago

shsajjadi commented 3 months ago

There are different function handle type in Octave API. coder uses the builtin function handle type that its constructor doesn't support providing name. This names is required by one of the functions in the package statistics that checks function names and possibly calls them by their names. A trick should be found to set the name.

shsajjadi commented 3 months ago

I pushed this commit e96a37.