Changeset 1968
- Timestamp:
- Oct 5, 2004, 2:48:15 PM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 6 edited
-
dataManip/psFunctions.c (modified) (2 diffs)
-
dataManip/psFunctions.h (modified) (2 diffs)
-
math/psPolynomial.c (modified) (2 diffs)
-
math/psPolynomial.h (modified) (2 diffs)
-
math/psSpline.c (modified) (2 diffs)
-
math/psSpline.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psFunctions.c
r1967 r1968 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1.4 8$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-10-06 00:4 4:16$9 * @version $Revision: 1.49 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-10-06 00:48:15 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 17 17 #include <gsl/gsl_rng.h> 18 18 #include <gsl/gsl_randist.h> 19 20 #include <stdio.h> 21 #include <stdbool.h> 22 #include <float.h> 23 #include <math.h> 24 25 #include "psMemory.h" 26 #include "psVector.h" 27 #include "psScalar.h" 28 #include "psTrace.h" 29 #include "psError.h" 30 #include "psAbort.h" 31 #include "psLogMsg.h" 19 32 20 33 #include "psFunctions.h" -
trunk/psLib/src/dataManip/psFunctions.h
r1967 r1968 12 12 * @author George Gusciora, MHPCC 13 13 * 14 * @version $Revision: 1. 29$ $Name: not supported by cvs2svn $15 * @date $Date: 2004-10-06 00:4 4:16$14 * @version $Revision: 1.30 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-10-06 00:48:15 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 26 26 #include <math.h> 27 27 28 #include "psMemory.h"29 28 #include "psVector.h" 30 29 #include "psScalar.h" 31 #include "psTrace.h"32 #include "psError.h"33 #include "psAbort.h"34 #include "psLogMsg.h"35 30 36 31 /** \addtogroup Stats -
trunk/psLib/src/math/psPolynomial.c
r1967 r1968 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1.4 8$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-10-06 00:4 4:16$9 * @version $Revision: 1.49 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-10-06 00:48:15 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 17 17 #include <gsl/gsl_rng.h> 18 18 #include <gsl/gsl_randist.h> 19 20 #include <stdio.h> 21 #include <stdbool.h> 22 #include <float.h> 23 #include <math.h> 24 25 #include "psMemory.h" 26 #include "psVector.h" 27 #include "psScalar.h" 28 #include "psTrace.h" 29 #include "psError.h" 30 #include "psAbort.h" 31 #include "psLogMsg.h" 19 32 20 33 #include "psFunctions.h" -
trunk/psLib/src/math/psPolynomial.h
r1967 r1968 12 12 * @author George Gusciora, MHPCC 13 13 * 14 * @version $Revision: 1. 29$ $Name: not supported by cvs2svn $15 * @date $Date: 2004-10-06 00:4 4:16$14 * @version $Revision: 1.30 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-10-06 00:48:15 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 26 26 #include <math.h> 27 27 28 #include "psMemory.h"29 28 #include "psVector.h" 30 29 #include "psScalar.h" 31 #include "psTrace.h"32 #include "psError.h"33 #include "psAbort.h"34 #include "psLogMsg.h"35 30 36 31 /** \addtogroup Stats -
trunk/psLib/src/math/psSpline.c
r1967 r1968 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1.4 8$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-10-06 00:4 4:16$9 * @version $Revision: 1.49 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-10-06 00:48:15 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 17 17 #include <gsl/gsl_rng.h> 18 18 #include <gsl/gsl_randist.h> 19 20 #include <stdio.h> 21 #include <stdbool.h> 22 #include <float.h> 23 #include <math.h> 24 25 #include "psMemory.h" 26 #include "psVector.h" 27 #include "psScalar.h" 28 #include "psTrace.h" 29 #include "psError.h" 30 #include "psAbort.h" 31 #include "psLogMsg.h" 19 32 20 33 #include "psFunctions.h" -
trunk/psLib/src/math/psSpline.h
r1967 r1968 12 12 * @author George Gusciora, MHPCC 13 13 * 14 * @version $Revision: 1. 29$ $Name: not supported by cvs2svn $15 * @date $Date: 2004-10-06 00:4 4:16$14 * @version $Revision: 1.30 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-10-06 00:48:15 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 26 26 #include <math.h> 27 27 28 #include "psMemory.h"29 28 #include "psVector.h" 30 29 #include "psScalar.h" 31 #include "psTrace.h"32 #include "psError.h"33 #include "psAbort.h"34 #include "psLogMsg.h"35 30 36 31 /** \addtogroup Stats
Note:
See TracChangeset
for help on using the changeset viewer.
