Search:

Type: Posts; User: Max_Power82

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    14,206

    I figured it out, i was missing a call to fabs(.)...

    I figured it out, i was missing a call to fabs(.) in the 'if' of my cleanup subroutine, meaning that any negative values were getting wiped out! The interesting thing is that no matter what size...
  2. Replies
    3
    Views
    14,206

    thanks, I'll look up the debugger.

    thanks, I'll look up the debugger.
  3. Replies
    3
    Views
    14,206

    Gauss-Jordan Matrix Inversion in C++

    Hi guys, I'm new to c++, i'm writing code to do Gauss-Jordan elimination on a matrix.

    It is doing it almost correctly, except that every other entry in my inverse is coming up as zero! There...
Results 1 to 3 of 3