2013-01-11 17:40:35 +08:00
|
|
|
// This file is part of Eigen, a lightweight C++ template library
|
|
|
|
// for linear algebra.
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// This Source Code Form is subject to the terms of the Mozilla
|
|
|
|
// Public License v. 2.0. If a copy of the MPL was not distributed
|
|
|
|
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
|
2009-04-14 21:15:53 +08:00
|
|
|
#ifndef EIGEN_MOREVECTORIZATION_MODULE_H
|
|
|
|
#define EIGEN_MOREVECTORIZATION_MODULE_H
|
|
|
|
|
|
|
|
#include <Eigen/Core>
|
|
|
|
|
|
|
|
namespace Eigen {
|
|
|
|
|
2013-01-11 17:40:35 +08:00
|
|
|
/**
|
2009-08-18 22:30:38 +08:00
|
|
|
* \defgroup MoreVectorization More vectorization module
|
2009-04-14 21:15:53 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2012-04-15 18:06:28 +08:00
|
|
|
#include "src/MoreVectorization/MathFunctions.h"
|
|
|
|
|
2009-04-14 21:15:53 +08:00
|
|
|
#endif // EIGEN_MOREVECTORIZATION_MODULE_H
|