Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/eigen3/Eigen/Householder 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 // This Source Code Form is subject to the terms of the Mozilla
0005 // Public License v. 2.0. If a copy of the MPL was not distributed
0006 // with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
0007 
0008 #ifndef EIGEN_HOUSEHOLDER_MODULE_H
0009 #define EIGEN_HOUSEHOLDER_MODULE_H
0010 
0011 #include "Core"
0012 
0013 #include "src/Core/util/DisableStupidWarnings.h"
0014 
0015 /** \defgroup Householder_Module Householder module
0016   * This module provides Householder transformations.
0017   *
0018   * \code
0019   * #include <Eigen/Householder>
0020   * \endcode
0021   */
0022 
0023 #include "src/Householder/Householder.h"
0024 #include "src/Householder/HouseholderSequence.h"
0025 #include "src/Householder/BlockHouseholder.h"
0026 
0027 #include "src/Core/util/ReenableStupidWarnings.h"
0028 
0029 #endif // EIGEN_HOUSEHOLDER_MODULE_H