numere-org / NumeRe

Framework for numerical computations, data analysis and visualisation
https://www.numere.org
GNU General Public License v3.0
18 stars 6 forks source link

C++ API #29

Open numeredev opened 1 year ago

numeredev commented 1 year ago

DESCRIPTION

What does your feature request improve on? Please describe. There exist situations, where the internal possibilities are not enough to solve a problem. This can be mitigated by providing a C++ API, which can be used by the user to extend the application. A good example is the MEX functionality of MATLAB.

Describe the solution you'd like Provide a C++ API, with which the user can implement

Additional context Add any other context or screenshots about the feature request here.

(Do not write below this line)


DEVS' SECTION

ANALYSIS

(Describe, what's the issue and which changes have to be made)

IMPLEMENTATION STEPS

(see also our Wiki for implementation guidelines)

DOCUMENTATION STEPS

(see also our Wiki for further information)

PULL REQUEST