Matrix library provides means to perform mathematical operations between matrices (= arrays of dimension one or two ), on matrices and with scalars.
The attachment includes the library, the source (so it is compiled with the application), a help file and a demo program to play with.
In addition - I updated my Minimat program to use this library.
I'm looking forward to comments, bugs or advise for better programming
Edit: - found an error in the definition of Dot multiplication, raised to 1.1
Edit: - version 1.2 with solveM and SolveV ,for B and X matrices or vectors.
The attachment includes the library, the source (so it is compiled with the application), a help file and a demo program to play with.
In addition - I updated my Minimat program to use this library.
I'm looking forward to comments, bugs or advise for better programming
Edit: - found an error in the definition of Dot multiplication, raised to 1.1
Edit: - version 1.2 with solveM and SolveV ,for B and X matrices or vectors.
Attachments
Last edited: