Re: Jama
- Subject: Re: Jama
- From: Ron Boisvert <boisvert@nist.gov>
- Date: Fri, 14 May 2004 09:34:44 -0400
- Content-Transfer-Encoding: 7bit
- Content-Type: text/plain; charset=us-ascii; format=flowed
- In-Reply-To: <200405131951.i4DJprxa004857@alto.irus.robarts.ca>
- Organization: National Institute of Standards and Technology
- References: <200405131951.i4DJprxa004857@alto.irus.robarts.ca>
- User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040113
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
>
>
>
- Follow-Ups:
- Re: Jama
- From: Bruce Miller <bruce.miller@nist.gov>
Date Index |
Thread Index |
Problems or questions? Contact list-master@nist.gov