Changeset 257 for trunk/archive/pslib/include/psMatrix.h
- Timestamp:
- Mar 18, 2004, 9:37:58 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
r250 r257 12 12 float *restrict *restrict value; //!< Values in matrix 13 13 } psMatrix; 14 15 /** Functions **************************************************************/ 16 /** \addtogroup MathGroup Math Utilities 17 * \{ 18 */ 14 19 15 20 /** Constructor */ … … 59 64 ); 60 65 66 /* \} */ // End of MathGroup Functions 67 61 68 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
