00001 #ifndef __UTILITIES_H_INCLUDE__ 00002 #define __UTILITIES_H_INCLUDE__ 00003 // This includes all headers 00004 00005 using namespace std; 00006 00007 #include <cstdio> 00008 #include <cstdlib> 00009 #include <cmath> 00010 #include <ctime> 00011 #include <cstring> 00012 #include "arrays.h" 00013 #include "cheezyparser.h" 00014 #include "convert.h" 00015 #include "gslmatrix.h" 00016 #include "locobject.h" 00017 #include "lsqrinvert.h" 00018 #include "message.h" 00019 #include "misc.h" 00020 #include "constants.h" 00021 #include "crombergintegrator.h" 00022 //#include "integratevec.h" 00023 #include "linalg.h" 00024 #include "random.h" 00025 #include "parametermap.h" 00026 #include "chebyshev.h" 00027 #include "chebyshev_fit.h" 00028 #include "sf.h" 00029 #include "special_func.h" 00030 #include "ucofpak_CC.h" 00031 #include "any.h" 00032 //#include "cfortran.h" 00033 //#include "f2c.h" 00034 //#include "jama_cholesky.h" 00035 //#include "jama_eig.h" 00036 //#include "jama_lu.h" 00037 //#include "jama_qr.h" 00038 //#include "jama_svd.h" 00039 //#include "tnt.h" 00040 //#include "tnt_array1d.h" 00041 //#include "tnt_array1d_utils.h" 00042 //#include "tnt_array2d.h" 00043 //#include "tnt_array2d_utils.h" 00044 //#include "tnt_array3d.h" 00045 //#include "tnt_array3d_utils.h" 00046 //#include "tnt_fortran_array1d.h" 00047 //#include "tnt_fortran_array1d_utils.h" 00048 //#include "tnt_fortran_array2d.h" 00049 //#include "tnt_fortran_array2d_utils.h" 00050 //#include "tnt_fortran_array3d.h" 00051 //#include "tnt_fortran_array3d_utils.h" 00052 //#include "tnt_i_refvec.h" 00053 //#include "tnt_iml.h" 00054 //#include "tnt_linalg.h" 00055 //#include "tnt_math_utils.h" 00056 //#include "tnt_matrix.h" 00057 //#include "tnt_sparse_matrix.h" 00058 //#include "tnt_sparse_vector.h" 00059 //#include "tnt_stopwatch.h" 00060 //#include "tnt_subscript.h" 00061 //#include "tnt_vector.h" 00062 //#include "tnt_version.h" 00063 #include "yasper.h" 00064 #include "utilities.h" 00065 #include "utils.h" 00066 00067 #endif