Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/eigen3/unsupported/Eigen/Skyline is written in an unsupported language. File is not indexed.

0001 // This file is part of Eigen, a lightweight C++ template library
0002 // for linear algebra.
0003 //
0004 //
0005 // This Source Code Form is subject to the terms of the Mozilla
0006 // Public License v. 2.0. If a copy of the MPL was not distributed
0007 // with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
0008 
0009 #ifndef EIGEN_SKYLINE_MODULE_H
0010 #define EIGEN_SKYLINE_MODULE_H
0011 
0012 
0013 #include "../../Eigen/Core"
0014 
0015 #include "../../Eigen/src/Core/util/DisableStupidWarnings.h"
0016 
0017 #include <map>
0018 #include <cstdlib>
0019 #include <cstring>
0020 #include <algorithm>
0021 
0022 /**
0023  *  \defgroup Skyline_Module Skyline module
0024  *
0025  *
0026  *
0027  *
0028  */
0029 
0030 #include "src/Skyline/SkylineUtil.h"
0031 #include "src/Skyline/SkylineMatrixBase.h"
0032 #include "src/Skyline/SkylineStorage.h"
0033 #include "src/Skyline/SkylineMatrix.h"
0034 #include "src/Skyline/SkylineInplaceLU.h"
0035 #include "src/Skyline/SkylineProduct.h"
0036 
0037 #include "../../Eigen/src/Core/util/ReenableStupidWarnings.h"
0038 
0039 #endif // EIGEN_SKYLINE_MODULE_H