yanera_ool.h

Go to the documentation of this file.
00001 /*============================================================================
00002 Copyright 2006 Thad Harroun, Kevin Yager
00003 
00004 This file is part of "yanera 2.0".
00005 
00006 "yanera 2.0" is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
00007 
00008 "yanera 2.0" is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
00009 
00010 You should have received a copy of the GNU General Public License along with "yanera 2.0"; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA 
00011 =============================================================================*/
00018 /*============================================================================*/
00023 int yanera_ool_main(yanera_container *yanera);
00024 /*============================================================================*/
00029 void ool_fdf(const gsl_vector *parameters, void *yanera_pointer,
00030              double *f, gsl_vector *df );
00031 /*============================================================================*/
00036 double ool_f(const gsl_vector *parameters, void *yanera_pointer);
00037 /*============================================================================*/
00042 void ool_df(const gsl_vector *parameters, void *yanera_pointer, gsl_vector *df);
00043 /*============================================================================*/
00048 void ool_Hv( const gsl_vector *parameters, void *yanera_pointer, \
00049              const gsl_vector *V, gsl_vector *hv );
00050 
00051 

Generated on Thu May 29 10:56:33 2008 by  doxygen 1.5.5