Changeset 33326 for trunk/psModules
- Timestamp:
- Feb 21, 2012, 4:37:38 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmPattern.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmPattern.c
r33304 r33326 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.
