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/mrq2dmin.c

    r7917 r16059  
    9090
    9191  /* keep this test in here? */
    92   if (!fgaussj (talpha, Npar, tbeta, 1)) {
     92  if (!fgaussjordan (talpha, tbeta, Npar, 1)) {
    9393    lambda *= 10.0;
    9494    return (ochisq);
     
    183183float **mrq2dcovar (int Npar) {
    184184
    185   fgaussj (alpha, Npar, beta, 1);
     185  fgaussjordan (alpha, beta, Npar, 1);
    186186  return (alpha);
    187187
Note: See TracChangeset for help on using the changeset viewer.