Changeset 19501
- Timestamp:
- Sep 11, 2008, 2:22:28 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psSparse.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psSparse.c
r13991 r19501 450 450 // square is modified by GJSolve, so re-copy each time 451 451 square = psImageCopy (square, border->Tjj, PS_TYPE_F64); 452 psMatrixGJSolve (square, Go); 452 if (!psMatrixGJSolve (square, Go)) { 453 psError(PS_ERR_UNKNOWN, false, "Unable to solve for lower square."); 454 psFree (dG); 455 psFree (Go); 456 psFree (dF); 457 psFree (Fo); 458 psFree (square); 459 return false; 460 } 453 461 yVec = psVectorCopy (yVec, Go, PS_TYPE_F32); 454 462
Note:
See TracChangeset
for help on using the changeset viewer.
