Matrix2D
Submitted By:
placroix
Rating:





(
Rate It)
Matrix2D is a free library that implements a set of functions
allowing to manage bi-dimensional matrixes with languages C and
C++. Those matrixes can be constituted of floating or integer
elements. The choice of the nature of these elements allows to
save the memory space according to the necessities of the main
program. The implemented function are varied. For example, it
is very easy to compute a matrix product, to extract a
determinant, to invert a matrix, to read or to write a matrix
in a file. Developed initially for a project of movement
analysis, Matrix2D contains also several functions of images
processing.
File Details
NOTE: Some downloads must be obtained through publishers´s site.
Do you want to get your software listed on this site? Go to our
submissions area.
Screenshot
Details
Number of downloads:
1509
Comments (3)
Piece of good coding in vain.




Posted on Tuesday, July 15, 2003
Ever heard of C++ templates? Code generators?
LAPACK? GSL?
Very poor matrix library
Posted on Sunday, August 08, 2004
When someone tries to write a math data type in C++ and doesn't use classes, operator overloading or STL we end up with a disaster.
Nice library




Posted on Thursday, August 26, 2004
I used it for a matrix calculator project. That makes me save a lot of time.
Add Your Rating