Changeset 770
- Timestamp:
- May 24, 2004, 1:30:52 PM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 2 edited
-
dataManip/psMatrix.c (modified) (3 diffs)
-
math/psMatrix.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psMatrix.c
r761 r770 20 20 * @author Ross Harman, MHPCC 21 21 * 22 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $23 * @date $Date: 2004-05-24 2 1:09:39$22 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 23 * @date $Date: 2004-05-24 23:30:52 $ 24 24 * 25 25 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 180 180 perm.size = numCols; 181 181 outPerm->n = numCols; 182 perm.data = outPerm->vec. ui32;182 perm.data = outPerm->vec.v; 183 183 lu.size1 = numRows; 184 184 lu.size2 = numCols; … … 219 219 220 220 perm.size = inPerm->n; 221 perm.data = inPerm->vec. ui32;221 perm.data = inPerm->vec.v; 222 222 223 223 b.size = inVector->n; -
trunk/psLib/src/math/psMatrix.c
r761 r770 20 20 * @author Ross Harman, MHPCC 21 21 * 22 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $23 * @date $Date: 2004-05-24 2 1:09:39$22 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 23 * @date $Date: 2004-05-24 23:30:52 $ 24 24 * 25 25 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 180 180 perm.size = numCols; 181 181 outPerm->n = numCols; 182 perm.data = outPerm->vec. ui32;182 perm.data = outPerm->vec.v; 183 183 lu.size1 = numRows; 184 184 lu.size2 = numCols; … … 219 219 220 220 perm.size = inPerm->n; 221 perm.data = inPerm->vec. ui32;221 perm.data = inPerm->vec.v; 222 222 223 223 b.size = inVector->n;
Note:
See TracChangeset
for help on using the changeset viewer.
