Patterns in static

Apophenia

apop.h

00001 #include <apophenia/db.h>
00002 #include <apophenia/asst.h>
00003 #include <apophenia/arms.h>
00004 #include <apophenia/model.h>
00005 #include <apophenia/types.h>
00006 #include <apophenia/stats.h>
00007 #include <apophenia/output.h>
00008 #include <apophenia/mapply.h>
00009 #include <apophenia/settings.h>
00010 #include <apophenia/conversions.h>
00011 #include <apophenia/likelihoods.h>
00012 #include <apophenia/linear_algebra.h>
00013 
00014 //Part of the intent of a convenience header like this is that you
00015 //don't have to remember what else you're including. So here are 
00016 //some other common GSL headers:
00017 #include <gsl/gsl_rng.h>
00018 #include <gsl/gsl_sort.h>
00019 #include <gsl/gsl_eigen.h>
00020 #include <gsl/gsl_histogram.h>
00021 #include <gsl/gsl_sort_vector.h>
00022 #include <gsl/gsl_permutation.h>
00023 #include <gsl/gsl_integration.h>
00024 
00025 //And common headers for other uses (such as seeding an RNG):
00026 #include <time.h>
00027 #include <unistd.h>

SourceForge.net Logo

Autogenerated by doxygen on 28 Sep 2009.