Changeset 160 for trunk/archive/pslib/include/psMatrix.h
- Timestamp:
- Mar 9, 2004, 2:05:25 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psMatrix.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psMatrix.h
r153 r160 10 10 /** Constructor */ 11 11 psMatrix * 12 psMatrix New(int Xdimen, //!< x dimension of new matrix12 psMatrixAlloc(int Xdimen, //!< x dimension of new matrix 13 13 int Ydimen //!< y dimension of new matrix 14 14 ); … … 16 16 /** Destructor */ 17 17 void 18 psMatrix Del(psMatrix *restrict myMatrix //!< Matrix to destroy18 psMatrixFree(psMatrix *restrict myMatrix //!< Matrix to destroy 19 19 ); 20 20
Note:
See TracChangeset
for help on using the changeset viewer.
