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

amoeba.h

Go to the documentation of this file.
00001 #ifndef _DEF_AMOEBA_H 00002 #define _DEF_AMOEBA_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 #include <volume_io.h> 00019 00020 00021 typedef Real (*amoeba_function) ( void *, float [] ); 00022 00023 typedef struct 00024 { 00025 int n_parameters; 00026 float **parameters; 00027 Real *values; 00028 amoeba_function function; 00029 void *function_data; 00030 Real tolerance; 00031 Real *sum; 00032 int n_steps_no_improvement; 00033 } amoeba_struct; 00034 00035 #endif

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