wxEcMath - Official documentation
0.6.4
|
wxEcMath is the name given to the library, which contains sub-classes. You really need to know wxEcEngine, wxEcPlot, wxEcComplex and wxEcMatrix.
To compile the library, you just need to include it in your workspace. There is no makefile, and no shared library.
Depending on your needs, you will have to include header files. New names begin with prefix "wxEc". If you don't need a class, don't include the associated header file.
To perform a simple computation, it is not harder than :
To create a plot, do like other common components :
To draw a curve, you have to create a new object :
If you want to use complex numbers, it is not complicated :
When using matrixes, you will have to initialize each cell before being able to operate. Automated fills can be managed by wxEcMatrix::Clear(), wxEcMatrix::Factor() and wxEcMatrix::AddConstant().