I am new to Java Programming.I was doing a scientific simulation within which a system of linear equations has to be solved.
I work in Eclipse.I downloaded the jama jar file and added to JRE System Library.The problem is when I create a new Matrix object by passing a 2D double array as constructor argument,the IDE is mentioning that "The constructor Matrix(double[][]) is undefined".
I googled a lot,but got nothing :(
Have someone came accross it? How shall I deal with this?