CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Dexter-fan

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    7,121

    Strassen Algorithm

    There is an attachment of the Strassen algorithm for multiplying matrices. I am currently lost and need to know how I would code the part that partitions A and B into four sub-matrices and then what...
  2. Replies
    3
    Views
    9,860

    Re: Matrix Multiplication

    Okay, your last post helped me a lot in understanding this algorithm. My next question is how do I keep track of M. I get that it needs to be the location of the multiplication that is taking...
  3. Replies
    3
    Views
    9,860

    [RESOLVED] Matrix Multiplication

    I am trying to make a program that will take an n x n matrix(2-dimensional array of size n) and multiply it by another n x n matrix(2 dimensional array of the same size). I need to do this without...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured