remove the Triangular suffix to Upper, Lower, UnitLower, etc,

and remove the respective bit flags
This commit is contained in:
Gael Guennebaud
2010-01-07 21:15:32 +01:00
parent 82ec250a0f
commit c5d7c9f0de
58 changed files with 591 additions and 563 deletions

View File

@@ -25,14 +25,13 @@
#ifndef EIGEN2SUPPORT_H
#define EIGEN2SUPPORT_H
#include "src/Core/util/DisableMSVCWarnings.h"
#include "Array"
#ifndef EIGEN2_SUPPORT
#define EIGEN2_SUPPORT
#if (!defined(EIGEN2_SUPPORT)) || (!defined(EIGEN_CORE_H))
#error Eigen2 support must be enabled by defining EIGEN2_SUPPORT before any other Eigen header
#endif
#include "Core"
#include "Array"
#include "src/Core/util/DisableMSVCWarnings.h"
namespace Eigen {
@@ -40,8 +39,9 @@ namespace Eigen {
* This module provides a couple of deprecated functions improving the compatibility with Eigen2.
*
* \code
* #include <Eigen/Eigen2Support>
* #define EIGEN2_SUPPORT
* \endcode
*
*/
#include "src/Eigen2Support/Flagged.h"