Changeset 7126 for trunk/psModules/src/detrend/pmFringeStats.c
- Timestamp:
- May 16, 2006, 2:55:35 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmFringeStats.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmFringeStats.c
r6957 r7126 3 3 * @author Eugene Magnier, IfA 4 4 * 5 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-0 4-22 03:21:00$5 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-05-17 00:55:35 $ 7 7 * 8 8 * Copyright 2004 IfA … … 283 283 284 284 // Solve the least-squares equation 285 if (! ps GaussJordan(A, B)) {285 if (! psMatrixGJSolve(A, B)) { 286 286 psError(PS_ERR_UNKNOWN, false, "Could not solve linear equations. Returning NULL.\n"); 287 287 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
