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/cmd.data/fit.c

    r8297 r16059  
    118118      }
    119119    }
    120     if (!dgaussj (c, nterm, b, 1)) goto escape;
     120    if (!dgaussjordan (c, b, nterm, 1)) goto escape;
    121121
    122122    /* generate fitted values */
Note: See TracChangeset for help on using the changeset viewer.