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

Search:

Type: Posts; User: JackK

Search: Search took 0.03 seconds.

  1. Replies
    17
    Views
    6,538

    Re: Find cartesians for matrix elements

    But the problem is that the algorithm is unknown to me yet.
    I thought that it's maybe known to some of you.
  2. Replies
    17
    Views
    6,538

    Re: Find cartesians for matrix elements

    No more help? :cry:
  3. Replies
    17
    Views
    6,538

    Re: Find cartesians for matrix elements

    Is there still not all clear in my requirement?
    Should I explain it more (if possible)?
  4. Replies
    17
    Views
    6,538

    Re: Find cartesians for matrix elements

    Maybe I put my requirement in a wrong way.

    My requirement is to find submatrixes (minimum amount of them) which sum to my input matrix. Each submatrix must be possible to represent as a one and...
  5. Replies
    17
    Views
    6,538

    Re: Find cartesians for matrix elements

    I do mean exactly this.


    The same as "Input".


    "+" means that my "Input" is a sum of "Output" matrixes.

    No, rather not.
  6. Replies
    17
    Views
    6,538

    Re: Find cartesians for matrix elements

    So I wrote new example above (https://forums.codeguru.com/showthread.php?565523-Find-cartesians-for-matrix-elements&p=2239678#post2239678)
  7. Replies
    17
    Views
    6,538

    Re: Find cartesians for matrix elements

    So maybe another example will be more clear.

    Matrix is (dimension 3x3)

    101
    111
    110
    Output should be

    000 001 100
  8. Replies
    17
    Views
    6,538

    Re: Find cartesians for matrix elements

    Hmm... The former matrix's dimension is 3x5, the latter is 5x6.
    I thought I wrote it rather clear :ehh:
  9. Replies
    17
    Views
    6,538

    Find cartesians that fills zero-one matrix

    Hi All! I am new here.
    I am wondering what is the name for the following algorithm I need to code. If I know the name I could find the algorithm.

    1st example
    Suppose I have a matrix

    123
    Aoo...
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured