- Timestamp:
- May 26, 2009, 1:59:32 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090301/psModules
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090301/psModules/src/detrend/pmSkySubtract.c
r21183 r24244 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.
