Changeset 3026 for trunk/psLib/test/dataManip/tst_psMatrix03.c
- Timestamp:
- Jan 17, 2005, 12:17:29 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psMatrix03.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psMatrix03.c
r2686 r3026 14 14 * @author Ross Harman, MHPCC 15 15 * 16 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $17 * @date $Date: 200 4-12-10 20:00:06$16 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2005-01-17 22:17:29 $ 18 18 * 19 19 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 108 108 inVector->n = 3; 109 109 luImage32 = (psImage*)psImageAlloc(3, 3, PS_TYPE_F32); 110 perm32 = (psVector*)psVectorAlloc(3, PS_TYPE_F32);111 110 outVector32 = (psVector*)psVectorAlloc(3, PS_TYPE_F32); 112 111 inVector32 = (psVector*)psVectorAlloc(3, PS_TYPE_F32); … … 131 130 printPositiveTestHeader(stdout, "psMatrix", "Calculate LU matrix"); 132 131 tempImage = luImage; 133 luImage = psMatrixLUD(luImage, perm, inImage);132 luImage = psMatrixLUD(luImage, &perm, inImage); 134 133 CHECK_MATRIX(luImage); 135 134 if(luImage->type.dimen != PS_DIMEN_IMAGE) { … … 140 139 141 140 tempImage32 = luImage32; 142 luImage32 = psMatrixLUD(luImage32, perm32, inImage32);141 luImage32 = psMatrixLUD(luImage32, &perm32, inImage32); 143 142 CHECK_MATRIX(luImage32); 144 143 if(luImage32->type.dimen != PS_DIMEN_IMAGE) {
Note:
See TracChangeset
for help on using the changeset viewer.
