Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Strassen algorithm in JAVA
Name: cunaz Date: February 5, 2004 at 09:14:30 Pacific OS: Windows XP - Pro CPU/Ram: 2400 Mhz/256 Mb RAM
Comment:
Please, give me some ideas to implement Strassen Algorithm for matrix multiplication in Java..I'd like to use only 3 temp matrix..Can you present me some implementations?Thanx!
If you can't find any information on this algorithm directly (which is unlikely)... applications to search for will be in linear program or operations research.
IR
0
Response Number 3
Name: eugenukaj Date: March 23, 2004 at 00:40:02 Pacific
Reply:
Please, give me some ideas to implement Strassen Algorithm for matrix multiplication in Java..I'd like to use only 3 temp matrix..Can you present me some implementations?Thanx!
Summary: i want to write a simple algorithm in java.. but i'm still not getting the idea how to do it.. i want to write a program that can convert a number into word form i.e Input: 123 Output: One Hundread an...
Summary: Here it is in Maple V... Perhaps you can derive a solution in C++ or Java. Have you tried yet? The "Strassen" algorithm, lacking in optimization of variables: > smult:= proc(f1::matrix,f2::matrix,fm:...
Summary: To figure out the prime number, you're going to have to go *waaay* back to prealgebra (maybe not that far, depending on how old you are) and review a basic definition of a prime number (at least, this...