Changeset 24094
- Timestamp:
- May 6, 2009, 2:23:47 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmSkySubtract.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmSkySubtract.c
r21183 r24094 410 410 // XXX: How do we know if these matrix operations were successful? 411 411 // 412 Aout = psMatrixLUD (Aout, &outPerm, A);412 Aout = psMatrixLUDecomposition(Aout, &outPerm, A); 413 413 PS_ASSERT_IMAGE_NON_NULL(Aout, NULL); 414 414 PS_ASSERT_IMAGE_NON_EMPTY(Aout, NULL); 415 415 psVector *C = psVectorAlloc(localPolyTerms, PS_TYPE_F64); 416 psMatrixLUSol ve(C, Aout, B, outPerm);416 psMatrixLUSolution(C, Aout, B, outPerm); 417 417 418 418 //
Note:
See TracChangeset
for help on using the changeset viewer.
