Changeset 33327
- Timestamp:
- Feb 21, 2012, 4:52:51 PM (14 years ago)
- Location:
- tags/ipp-20120216/psModules/src/detrend
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pmPattern.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20120216/psModules/src/detrend
- Property svn:mergeinfo changed
/trunk/psModules/src/detrend merged: 33326
- Property svn:mergeinfo changed
-
tags/ipp-20120216/psModules/src/detrend/pmPattern.c
r33316 r33327 803 803 804 804 // Solve the Ax=b equation 805 psMatrixLUSolve(XX,solution); 806 805 // psMatrixLUSolve(XX,solution); 806 psMatrixGJSolve(XX,solution); 807 #if (0) 808 for (int i = 0; i < numCells; i++) { // print vector b 809 psTrace("psModules.detrend.cont",5,"b: %d %f", 810 i, 811 solution->data.F64[i] 812 ); 813 } 814 #endif 815 807 816 /* old code to remove the minimum solution value from the set, to give a "minimal set of offsets." Mathematically unnecessary. */ 808 817 /* double min = 99e99; */
Note:
See TracChangeset
for help on using the changeset viewer.
