Matrix Operations with Java
Hi,I am currently working on a thesis. It involves the use of algorithms and I will also need to implement some 2-D matrix operations in java. I managed to do so however I have a problem in implementing the square root of a 2-D Matrix. Can anyone
I'm not sure what you want to accomplish but nevertheless, have a lookat this [url= http://yarchive.net/comp/sqrtm.html]excellent usenet article[/url].kind regards,Jos
Hi,
I cannot help you with an algorithm but I can help you with a Matrix class that you can use to work with a matrix easily. For example, you can retreive columns and rows as objects to iterate over them.
The Matrix class is part of jlib: http://www.jlib.org
jlib is Open Source (CPL 1.0).
Igor