Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 6 of 6

Thread: Recursive Matrix Multiply I, Bilardi et al. and Strassens Algorithm

  1. #1
    Junior Member
    Join Date
    Mar 2011
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Recursive Matrix Multiply I, Bilardi et al. and Strassens Algorithm

    Hi to all members of this very helpful forum.
    I am having problem with the algorithm i have mentioned in subject ,actuallydoes anyone know algorithm of Recursive Matrix Multiply I, Bilardi et al. and Strassens Algorithm .
    I would really appreciate if anybody has any idea or pseudocode to show me.
    Thank u very much.


  2. #2
    Super Moderator helloworld922's Avatar
    Join Date
    Jun 2009
    Posts
    2,896
    Thanks
    23
    Thanked 619 Times in 561 Posts
    Blog Entries
    18

    Default Re: Recursive Matrix Multiply I, Bilardi et al. and Strassens Algorithm

    Have you tried googling it? There are several results which you can take a look at.

  3. #3
    Junior Member
    Join Date
    Mar 2011
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Recursive Matrix Multiply I, Bilardi et al. and Strassens Algorithm

    Yeah i have tried but didnt get any result :S.
    I am really screwed :S.

  4. #4
    Super Moderator helloworld922's Avatar
    Join Date
    Jun 2009
    Posts
    2,896
    Thanks
    23
    Thanked 619 Times in 561 Posts
    Blog Entries
    18

    Default Re: Recursive Matrix Multiply I, Bilardi et al. and Strassens Algorithm

    I find that hard to believe since the second item I found when searching for Strassen's algorithm was this.

    I was also able to find complete code for Recursive Matrix Multiplication extremely easily (Recursive Matrix Multiplication)

  5. #5
    Junior Member
    Join Date
    Mar 2011
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Recursive Matrix Multiply I, Bilardi et al. and Strassens Algorithm

    Ok is this Bilardi et al or another algorithm of mult of matrix. ???

  6. #6
    Junior Member
    Join Date
    Mar 2011
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Recursive Matrix Multiply I, Bilardi et al. and Strassens Algorithm

    I there anyone who can help me in Bilardi et al. and Strassens I really appreciate your help

Similar Threads

  1. Matrix Program
    By panzer in forum What's Wrong With My Code?
    Replies: 2
    Last Post: December 30th, 2013, 06:15 AM
  2. Having problem in matrix multiplication....
    By sidhant in forum Java Theory & Questions
    Replies: 5
    Last Post: March 17th, 2011, 01:41 PM
  3. Summing a 4X4 Matrix in JOptionPane
    By Java Neil in forum What's Wrong With My Code?
    Replies: 4
    Last Post: March 15th, 2011, 09:15 AM
  4. Adding two matrix together
    By papated21 in forum What's Wrong With My Code?
    Replies: 6
    Last Post: March 2nd, 2011, 01:52 PM
  5. Embedding images in a matrix.
    By Aims_ in forum Java Theory & Questions
    Replies: 1
    Last Post: September 11th, 2009, 02:37 PM