wxEcMath - Official documentation  0.6.4
Classes
ec_matrix.h File Reference

Matrix manager. More...

#include "wx/wxprec.h"
#include "wx/wx.h"
#include "ec_defs.h"

Classes

class  wxEcMatrix
 Handles a matrix with basic operations. More...
 

Detailed Description

Matrix manager.

Author
ecrucru
Version
0.6.4
Date
February 2009

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.

Warning
For developers, the first line or column is represented by number "1". However, internally (in the library), the first offset is "0". So be careful when you deal with arrays or embedded functions in wxEcMatrix !



Documentation generated with Doxygen 1.8.10
Hosted on :
Get wxEcMath at SourceForge.net