Changeset 945 for trunk/psLib/src/collections/psVector.c
- Timestamp:
- Jun 9, 2004, 8:23:22 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psVector.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psVector.c
r871 r945 1 /** @file psVector. h1 /** @file psVector.c 2 2 * 3 3 * @brief Contains support for basic vector types 4 4 * 5 * This file defines types and functions for one dimensional vectors which include: 6 * char 7 * short 8 * int 9 * long 10 * unsigned char 11 * unsigned short 12 * unsigned int 13 * unsigned long 14 * float 15 * double 16 * complex float 17 * void ** 5 * This file defines the basic type for a vector struct and functions useful 6 * in manupulating vectors. 18 7 * 19 8 * @author Ross Harman, MHPCC 20 * 21 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $22 * @date $Date: 2004-06-0 4 21:10:26$9 * 10 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-06-09 18:20:01 $ 23 12 * 24 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
Note:
See TracChangeset
for help on using the changeset viewer.
