Changeset 5576 for trunk/psLib/src/math
- Timestamp:
- Nov 22, 2005, 11:40:40 AM (21 years ago)
- Location:
- trunk/psLib/src/math
- Files:
-
- 2 edited
-
psPolynomial.c (modified) (2 diffs)
-
psStats.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psPolynomial.c
r5542 r5576 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1.13 1$ $Name: not supported by cvs2svn $10 * @date $Date: 2005-11- 18 19:39:29$9 * @version $Revision: 1.132 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2005-11-22 21:40:40 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 725 725 } 726 726 727 psPolynomial4D* psPolynomial4DAlloc( unsigned int nX, 728 unsigned int nY, 729 unsigned int nZ, 730 unsigned int nT, 731 psPolynomialType type) 727 psPolynomial4D* psPolynomial4DAlloc( 728 unsigned int nX, 729 unsigned int nY, 730 unsigned int nZ, 731 unsigned int nT, 732 psPolynomialType type) 732 733 { 733 734 PS_ASSERT_INT_NONNEGATIVE(nX, NULL); -
trunk/psLib/src/math/psStats.c
r5563 r5576 17 17 * 18 18 * 19 * @version $Revision: 1.15 3$ $Name: not supported by cvs2svn $20 * @date $Date: 2005-11-22 01:18:13$19 * @version $Revision: 1.154 $ $Name: not supported by cvs2svn $ 20 * @date $Date: 2005-11-22 21:40:40 $ 21 21 * 22 22 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
Note:
See TracChangeset
for help on using the changeset viewer.
