00001 /* MLPACK 0.2 00002 * 00003 * Copyright (c) 2008, 2009 Alexander Gray, 00004 * Garry Boyer, 00005 * Ryan Riegel, 00006 * Nikolaos Vasiloglou, 00007 * Dongryeol Lee, 00008 * Chip Mappus, 00009 * Nishant Mehta, 00010 * Hua Ouyang, 00011 * Parikshit Ram, 00012 * Long Tran, 00013 * Wee Chin Wong 00014 * 00015 * Copyright (c) 2008, 2009 Georgia Institute of Technology 00016 * 00017 * This program is free software; you can redistribute it and/or 00018 * modify it under the terms of the GNU General Public License as 00019 * published by the Free Software Foundation; either version 2 of the 00020 * License, or (at your option) any later version. 00021 * 00022 * This program is distributed in the hope that it will be useful, but 00023 * WITHOUT ANY WARRANTY; without even the implied warranty of 00024 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00025 * General Public License for more details. 00026 * 00027 * You should have received a copy of the GNU General Public License 00028 * along with this program; if not, write to the Free Software 00029 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 00030 * 02110-1301, USA. 00031 */ 00038 #ifndef FASTLIB_FASTLIB_INT_H 00039 #define FASTLIB_FASTLIB_INT_H 00040 #define FASTLIB_FASTLIB_H 00041 00042 #include "fastlib/base/base.h" 00043 #include "fastlib/la/la.h" 00044 #include "fastlib/la/matrix.h" 00045 #include "fastlib/col/arraylist.h" 00046 #include "fastlib/col/heap.h" 00047 #include "fastlib/col/col_string.h" 00048 #include "fastlib/col/intmap.h" 00049 #include "fastlib/col/rangeset.h" 00050 #include "fastlib/col/queue.h" 00051 #include "fastlib/data/dataset.h" 00052 #include "fastlib/data/crossvalidation.h" 00053 #include "fastlib/math/math_lib.h" 00054 #include "fastlib/file/textfile.h" 00055 #include "fastlib/fx/fx.h" 00056 //#include "fastlib/base/base.h" 00057 //#include "fastlib/la/la.h" 00058 //#include "la/matrix.h" 00059 //#include "col/arraylist.h" 00060 //#include "col/heap.h" 00061 //#include "col/col_string.h" 00062 //#include "col/intmap.h" 00063 //#include "col/rangeset.h" 00064 //#include "col/queue.h" 00065 //#include "data/dataset.h" 00066 //#include "data/crossvalidation.h" 00067 //#include "fastlib/math/math_lib.h" 00068 //#include "file/textfile.h" 00069 //#include "fastlib/fx/fx.h" 00070 00071 #include "fastlib/par/thread.h" 00072 #include "fastlib/par/grain.h" 00073 #include "fastlib/tree/spacetree.h" 00074 #include "fastlib/tree/bounds.h" 00075 #include "fastlib/tree/statistic.h" 00076 #include "fastlib/tree/kdtree.h" 00077 //#include "par/thread.h" 00078 //#include "par/grain.h" 00079 //#include "tree/spacetree.h" 00080 //#include "tree/bounds.h" 00081 //#include "tree/statistic.h" 00082 //#include "tree/kdtree.h" 00083 00084 #include "fastlib/base/otrav.h" 00085 //#include "base/otrav.h" 00086 00087 #endif