|
|
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. |
|
There is no answer at this time. |
|
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 |
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 Home - Answers FAQ - Terms of Service - Privacy Policy |