Changeset 1181 for trunk/psLib/test/dataManip/tst_psMatrix03.c
- Timestamp:
- Jul 1, 2004, 1:29:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psMatrix03.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psMatrix03.c
r1073 r1181 6 6 * A) Create input and output images and vectors 7 7 * B) Calculate LU matrix 8 * C) Determine solution to matrix equation 8 * C) Determine solution to matrix equation 9 9 * D) Free input and output images and vectors 10 10 * E) Attempt to use null image input argument 11 11 * F) Attempt to use null input vector argument 12 12 * G) ttempt to use null LU image argument 13 * 13 * 14 14 * @author Ross Harman, MHPCC 15 15 * 16 * @version $Revision: 1. 6$ $Name: not supported by cvs2svn $17 * @date $Date: 2004-0 6-23 23:00:17$16 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2004-07-01 23:29:34 $ 18 18 * 19 19 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 94 94 outVector = psMatrixLUSolve(outVector, luImage, inVector, perm); 95 95 PRINT_VECTOR(outVector); 96 if(outVector->type. type!= PS_DIMEN_VECTOR) {96 if(outVector->type.dimen != PS_DIMEN_VECTOR) { 97 97 printf("Error: Resulting image is not PS_DIMEN_VECTOR\n"); 98 98 } else if(outVector != tempVector) {
Note:
See TracChangeset
for help on using the changeset viewer.
