Answer the question
In order to leave comments, you need to log in
Mathematical calculations in a Qt application. What is the easiest library to embed in a Qt application?
I want to write a standalone application into which you can load a script in some powerful high-level language (R, Python, JavaScript, etc.)
The source data file is selected, the script is selected. Calculations are being made.
If the text of the script contains something like
QVector v;
...
plot (v, "x", "y");
MathEngine engine;
QString cmd = ui->commandEdtor->text();
Result result = engine.evaluate(cmd);
Answer the question
In order to leave comments, you need to log in
You can use the MATLAB-like language Julia as the libjulia library. Without any tricks, highly-optimized calculations are obtained.
Whether it's easier to use than others - I don't know, it depends on experience, availability of documentation and diligence.
Here is an additional link: julia-dev> Embedding julia?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question