Linear Algebra and Matrix Calculation


gmbubu
07-01-2007, 02:55 AM
I'm working with some matrix data and I have to made frquently operation on these matrix ( +, *, /, ) but NrMat not
have the corresponding function, my idea is to modify the NrMat template class adding matrix function, (essentially I want create a NR based matrix language, a Matlab style language based on NR architecture) ; the question is : before I start with this work, could I use some alredy made work or, someone have alredy worked on this matter ?

gmbubu

Kevin Dolan
07-01-2007, 03:52 AM
I have written software that does at least some of what you are looking for. You can find it here:

http://kdolan1973.mine.nu/vecmat/software.htm

It is licensed under the LGPL.


Kevin Dolan