Changeset 12513 for trunk/psLib/test/math/tap_psSparse.c
- Timestamp:
- Mar 19, 2007, 5:57:25 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tap_psSparse.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tap_psSparse.c
r10170 r12513 10 10 plan_tests(26); 11 11 12 diag("psSparse() tests");12 // diag("psSparse() tests"); 13 13 14 14 // test psSparseSolve for a simple normal example matrix … … 16 16 psMemId id = psMemGetId(); 17 17 18 diag ("solve a normalized matrix equation with psSparseSolve");18 // diag ("solve a normalized matrix equation with psSparseSolve"); 19 19 20 20 // the basic equation is Ax = b … … 89 89 psMemId id = psMemGetId(); 90 90 91 diag ("solve a non-normalized matrix equation with psSparseSolve");91 // diag ("solve a non-normalized matrix equation with psSparseSolve"); 92 92 93 93 // the basic equation is Ax = b … … 173 173 psMemId id = psMemGetId(); 174 174 175 diag ("solve a simple, small matrix equation ");175 // diag ("solve a simple, small matrix equation "); 176 176 177 177 // the basic equation (Ax = b) is: … … 283 283 psMemId id = psMemGetId(); 284 284 285 diag ("solve a simple, small matrix equation ");285 // diag ("solve a simple, small matrix equation "); 286 286 287 287 // the basic equation (Ax = b) is:
Note:
See TracChangeset
for help on using the changeset viewer.
