Re: Jama



I am forwarding your query to the email list at jama@nist.gov.
You can subscribe to this list by following instructions on
the JAMA Web page.

Chandrew Rajakumar wrote:

> Dear Ronald F. Boisvert,
> 
> I am unable to get your Jama Matrix library implemented into my java code.  I 
> ran a simple test program and had the same problem.  My simple test program 
> (Mat.java) is:
> 
> import Jama.*;
> public class Mat{
>   void main(String args){
> 
>         double[][] vals = {{1.,2.,3},{4.,5.,6.},{7.,8.,10.}};
>         Matrix a = new Matrix(vals);
>         Matrix b = Matrix.random(3,1);
>         Matrix e = a.solve(b);
>   }
> }
> 
> It compiled without problem, but it would not ran and produced the error:
> 
> Exception in thread "main" java.lang.NoClassDefFoundError: Mat/class
> 
> Could you please tell me how to get Jama to work please.
> 
> 
> -------------------------------------
> Thank you,
> Dr. Rajakumar
> University of Western Ontario, Canada
> 
> 
> 



Date Index | Thread Index | Problems or questions? Contact list-master@nist.gov