IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 6, 2009, 2:23:47 PM (17 years ago)
Author:
eugene
Message:

rename LU decomp functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmSkySubtract.c

    r21183 r24094  
    410410    // XXX: How do we know if these matrix operations were successful?
    411411    //
    412     Aout = psMatrixLUD(Aout, &outPerm, A);
     412    Aout = psMatrixLUDecomposition(Aout, &outPerm, A);
    413413    PS_ASSERT_IMAGE_NON_NULL(Aout, NULL);
    414414    PS_ASSERT_IMAGE_NON_EMPTY(Aout, NULL);
    415415    psVector *C = psVectorAlloc(localPolyTerms, PS_TYPE_F64);
    416     psMatrixLUSolve(C, Aout, B, outPerm);
     416    psMatrixLUSolution(C, Aout, B, outPerm);
    417417
    418418    //
Note: See TracChangeset for help on using the changeset viewer.