IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 14, 2008, 1:50:11 PM (19 years ago)
Author:
eugene
Message:

convert to new gauss-jordan code (non-Press); fixing Wall,Werror warnings; fixed bug in shell command; fixed bug in matrix element lookup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.data/mrqmin.c

    r7917 r16059  
    6060  }
    6161
    62   fgaussj (talpha, Npar, tbeta, 1);
     62  fgaussjordan (talpha, tbeta, Npar, 1);
    6363
    6464  for (j = 0; j < Npar; j++) partry[j] = par[j] - tbeta[j][0];
     
    137137/* don't invoke this in the middle of a run, only near the end */
    138138float **mrqcovar (int Npar) {
    139   fgaussj (alpha, Npar, beta, 1);
     139  fgaussjordan (alpha, beta, Npar, 1);
    140140  return (alpha);
    141141}
Note: See TracChangeset for help on using the changeset viewer.