eigen3.h

Go to the documentation of this file.
00001 /*
00002  * This program is free software; you can redistribute it and/or modify
00003  * it under the terms of the GNU General Public License as published by
00004  * the Free Software Foundation; either version 3 of the License, or
00005  * (at your option) any later version.
00006  *
00007  * Copyright (C) 2012 Sergey Lisitsyn
00008  */
00009 
00010 #ifndef EIGEN3_H_
00011 #define EIGEN3_H_
00012 
00013 #ifdef HAVE_EIGEN3
00014 #define EIGEN_RUNTIME_NO_MALLOC
00015 #include <Eigen/Dense>
00016 #endif
00017 
00018 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

SHOGUN Machine Learning Toolbox - Documentation