Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Householder.h
00001 #ifndef EIGEN_HOUSEHOLDER_MODULE_H 00002 #define EIGEN_HOUSEHOLDER_MODULE_H 00003 00004 #include "Core.h" 00005 00006 #include "src/Core/util/DisableStupidWarnings.h" 00007 00008 /** \defgroup Householder_Module Householder module 00009 * This module provides Householder transformations. 00010 * 00011 * \code 00012 * #include <Eigen/Householder> 00013 * \endcode 00014 */ 00015 00016 #include "src/Householder/Householder.h" 00017 #include "src/Householder/HouseholderSequence.h" 00018 #include "src/Householder/BlockHouseholder.h" 00019 00020 #include "src/Core/util/ReenableStupidWarnings.h" 00021 00022 #endif // EIGEN_HOUSEHOLDER_MODULE_H 00023 /* vim: set filetype=cpp et sw=2 ts=2 ai: */
Generated on Thu Nov 17 2022 22:01:29 by
1.7.2