Changeset 1966
- Timestamp:
- Oct 5, 2004, 2:35:20 PM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 6 edited
-
dataManip/psFunctions.c (modified) (3 diffs)
-
dataManip/psFunctions.h (modified) (2 diffs)
-
math/psPolynomial.c (modified) (3 diffs)
-
math/psPolynomial.h (modified) (2 diffs)
-
math/psSpline.c (modified) (3 diffs)
-
math/psSpline.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psFunctions.c
r1953 r1966 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1.4 6$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-10-0 5 01:43:58$9 * @version $Revision: 1.47 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-10-06 00:35:20 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 15 15 /* INCLUDE FILES */ 16 16 /*****************************************************************************/ 17 #include <stdlib.h>18 #include <stdio.h>19 #include <string.h>20 #include <stdarg.h>21 #include <float.h>22 #include <math.h>23 24 #include "psMemory.h"25 #include "psVector.h"26 #include "psScalar.h"27 #include "psTrace.h"28 #include "psError.h"29 #include "psAbort.h"30 17 #include "psFunctions.h" 31 #include "psLogMsg.h"32 33 #include <gsl/gsl_rng.h>34 #include <gsl/gsl_randist.h>35 36 18 /*****************************************************************************/ 37 19 /* DEFINE STATEMENTS */ … … 82 64 } 83 65 84 85 66 /*****************************************************************************/ 86 67 /* TYPE DEFINITIONS */ -
trunk/psLib/src/dataManip/psFunctions.h
r1947 r1966 12 12 * @author George Gusciora, MHPCC 13 13 * 14 * @version $Revision: 1.2 7$ $Name: not supported by cvs2svn $15 * @date $Date: 2004-10-0 4 00:40:23$14 * @version $Revision: 1.28 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-10-06 00:35:20 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 21 21 #define PS_FUNCTIONS_H 22 22 23 #include <stdio.h> 23 24 #include <stdbool.h> 24 25 #include <float.h> 26 #include <math.h> 27 28 #include <gsl/gsl_rng.h> 29 #include <gsl/gsl_randist.h> 30 31 #include "psMemory.h" 25 32 #include "psVector.h" 26 33 #include "psScalar.h" 34 #include "psTrace.h" 35 #include "psError.h" 36 #include "psAbort.h" 37 #include "psLogMsg.h" 38 27 39 28 40 /** \addtogroup Stats -
trunk/psLib/src/math/psPolynomial.c
r1953 r1966 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1.4 6$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-10-0 5 01:43:58$9 * @version $Revision: 1.47 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-10-06 00:35:20 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 15 15 /* INCLUDE FILES */ 16 16 /*****************************************************************************/ 17 #include <stdlib.h>18 #include <stdio.h>19 #include <string.h>20 #include <stdarg.h>21 #include <float.h>22 #include <math.h>23 24 #include "psMemory.h"25 #include "psVector.h"26 #include "psScalar.h"27 #include "psTrace.h"28 #include "psError.h"29 #include "psAbort.h"30 17 #include "psFunctions.h" 31 #include "psLogMsg.h"32 33 #include <gsl/gsl_rng.h>34 #include <gsl/gsl_randist.h>35 36 18 /*****************************************************************************/ 37 19 /* DEFINE STATEMENTS */ … … 82 64 } 83 65 84 85 66 /*****************************************************************************/ 86 67 /* TYPE DEFINITIONS */ -
trunk/psLib/src/math/psPolynomial.h
r1947 r1966 12 12 * @author George Gusciora, MHPCC 13 13 * 14 * @version $Revision: 1.2 7$ $Name: not supported by cvs2svn $15 * @date $Date: 2004-10-0 4 00:40:23$14 * @version $Revision: 1.28 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-10-06 00:35:20 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 21 21 #define PS_FUNCTIONS_H 22 22 23 #include <stdio.h> 23 24 #include <stdbool.h> 24 25 #include <float.h> 26 #include <math.h> 27 28 #include <gsl/gsl_rng.h> 29 #include <gsl/gsl_randist.h> 30 31 #include "psMemory.h" 25 32 #include "psVector.h" 26 33 #include "psScalar.h" 34 #include "psTrace.h" 35 #include "psError.h" 36 #include "psAbort.h" 37 #include "psLogMsg.h" 38 27 39 28 40 /** \addtogroup Stats -
trunk/psLib/src/math/psSpline.c
r1953 r1966 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1.4 6$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-10-0 5 01:43:58$9 * @version $Revision: 1.47 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2004-10-06 00:35:20 $ 11 11 * 12 12 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 15 15 /* INCLUDE FILES */ 16 16 /*****************************************************************************/ 17 #include <stdlib.h>18 #include <stdio.h>19 #include <string.h>20 #include <stdarg.h>21 #include <float.h>22 #include <math.h>23 24 #include "psMemory.h"25 #include "psVector.h"26 #include "psScalar.h"27 #include "psTrace.h"28 #include "psError.h"29 #include "psAbort.h"30 17 #include "psFunctions.h" 31 #include "psLogMsg.h"32 33 #include <gsl/gsl_rng.h>34 #include <gsl/gsl_randist.h>35 36 18 /*****************************************************************************/ 37 19 /* DEFINE STATEMENTS */ … … 82 64 } 83 65 84 85 66 /*****************************************************************************/ 86 67 /* TYPE DEFINITIONS */ -
trunk/psLib/src/math/psSpline.h
r1947 r1966 12 12 * @author George Gusciora, MHPCC 13 13 * 14 * @version $Revision: 1.2 7$ $Name: not supported by cvs2svn $15 * @date $Date: 2004-10-0 4 00:40:23$14 * @version $Revision: 1.28 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-10-06 00:35:20 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 21 21 #define PS_FUNCTIONS_H 22 22 23 #include <stdio.h> 23 24 #include <stdbool.h> 24 25 #include <float.h> 26 #include <math.h> 27 28 #include <gsl/gsl_rng.h> 29 #include <gsl/gsl_randist.h> 30 31 #include "psMemory.h" 25 32 #include "psVector.h" 26 33 #include "psScalar.h" 34 #include "psTrace.h" 35 #include "psError.h" 36 #include "psAbort.h" 37 #include "psLogMsg.h" 38 27 39 28 40 /** \addtogroup Stats
Note:
See TracChangeset
for help on using the changeset viewer.
