2014-05-14 17:20:00 +02: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/.
|
|
|
|
|
2011-10-05 17:04:40 +02:00
|
|
|
#ifndef EIGEN_MOREVECTORIZATION_MODULE_H
|
|
|
|
#define EIGEN_MOREVECTORIZATION_MODULE_H
|
|
|
|
|
|
|
|
#include <Eigen/Core>
|
|
|
|
|
|
|
|
namespace Eigen {
|
|
|
|
|
2014-05-14 17:20:00 +02:00
|
|
|
/**
|
2011-10-05 17:04:40 +02:00
|
|
|
* \defgroup MoreVectorization More vectorization module
|
|
|
|
*/
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2012-10-05 09:27:34 +02:00
|
|
|
#include "src/MoreVectorization/MathFunctions.h"
|
|
|
|
|
2011-10-05 17:04:40 +02:00
|
|
|
#endif // EIGEN_MOREVECTORIZATION_MODULE_H
|