Computing.Net > Forums > Programming > Strassen algorithm in JAVA

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

Reply to Message Icon

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!



Sponsored Link
Ads by Google

Response Number 1
Name: gpp
Date: February 5, 2004 at 09:34:28 Pacific
Reply:

Did you trying searching? This sort of algorithm has probably been implemented a million times by now.


0

Response Number 2
Name: Infinite Recursion
Date: February 5, 2004 at 22:00:09 Pacific
Reply:

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!



0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Strassen algorithm in JAVA

Need help in java www.computing.net/answers/programming/need-help-in-java/8082.html

strassen solution in c++ www.computing.net/answers/programming/strassen-solution-in-c/8415.html

Find prime numbers in Java? www.computing.net/answers/programming/find-prime-numbers-in-java/11287.html