wxEcMath - Official documentation
0.6.4
|
Matrix manager. More...
Classes | |
class | wxEcMatrix |
Handles a matrix with basic operations. More... | |
Matrix manager.
The matrix is a represented by a 1-dimension array of doubles. So, if you change the dimensions of the matrix, it will be filled with zeros because data will not be realigned.
If you know wxImage, please note that wxEcMatrix uses the same internal representation. It was not designed as is, but it appears coincidently that it is so.