Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

numerical.h

Go to the documentation of this file.
00001 #ifndef _NUMERICAL_H 00002 #define _NUMERICAL_H 00003 00004 /* ---------------------------------------------------------------------------- 00005 @COPYRIGHT : 00006 Copyright 1993,1994,1995 David MacDonald, 00007 McConnell Brain Imaging Centre, 00008 Montreal Neurological Institute, McGill University. 00009 Permission to use, copy, modify, and distribute this 00010 software and its documentation for any purpose and without 00011 fee is hereby granted, provided that the above copyright 00012 notice appear in all copies. The author and McGill University 00013 make no representations about the suitability of this 00014 software for any purpose. It is provided "as is" without 00015 express or implied warranty. 00016 ---------------------------------------------------------------------------- */ 00017 00018 00019 #include <volume_io.h> 00020 #include <bicpl/objects.h> 00021 #include <bicpl/amoeba.h> 00022 #include <bicpl/histogram.h> 00023 #include <bicpl/minimization.h> 00024 #include <bicpl/statistics.h> 00025 00026 typedef struct 00027 { 00028 int n_parameters; 00029 Real **second_derivs; 00030 Real *constants; 00031 } linear_least_squares; 00032 00033 typedef struct 00034 { 00035 int degrees_freedom; 00036 int n_points; 00037 Real max_dist; 00038 Real *cumulative_probs; 00039 00040 } t_stat_struct; 00041 00042 #ifndef public 00043 #define public extern 00044 #define public_was_defined_here 00045 #endif 00046 00047 #include <bicpl/numeric_prototypes.h> 00048 00049 #ifdef public_was_defined_here 00050 #undef public 00051 #undef public_was_defined_here 00052 #endif 00053 00054 #endif

Generated on Wed Jul 28 09:10:57 2004 for BICPL by doxygen 1.3.7