Google Answers Logo
View Question
 
Q: Crout's algorithm realization in java and c++ ( No Answer,   1 Comment )
Question  
Subject: Crout's algorithm realization in java and c++
Category: Computers > Algorithms
Asked by: yotumbo-ga
List Price: $25.00
Posted: 05 Mar 2005 06:21 PST
Expires: 04 Apr 2005 07:21 PDT
Question ID: 485107
I need Crout's algorythm to be written in two languages Java and c++
which would work on linux
Idea how to write is at:
www.mame.mu.oz.au/~aooi/CompMech/PowerPoint/LinearSystems.ppt
Slides: 15-27
Need this ASAP.
Answer  
There is no answer at this time.

Comments  
Subject: Re: Crout's algorithm realization in java and c++
From: stefan73-ga on 25 Mar 2005 11:52 PST
 
The Opale java library,
http://opale.berlios.de/
and
http://savannah.nongnu.org/projects/opale/

has a LGPL licensed implementation, the class you want to use is
opale.matrix.solver.SolverCrout:
http://savannah.nongnu.org/cgi-bin/viewcvs/opale/Opale/src/opale/matrix/solver/SolverCrout.java?rev=1.7&content-type=text/vnd.viewcvs-markup

The code is relatively short and doesn't use much Java specific
things, rewriting it in C++ looks like a question of copy-and-paste
;-)

Regards,
Stefan

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy