blob: 51c3abe31d44cce9e54c465eb8924fc9a1f8c6c6 [file] [log] [blame]
#ifndef EIGEN_ARRAY_MODULE_H
#define EIGEN_ARRAY_MODULE_H
#include "Core"
namespace Eigen {
#include "src/Array/CwiseOperators.h"
#include "src/Array/Functors.h"
#include "src/Array/AllAndAny.h"
#include "src/Array/PartialRedux.h"
#include "src/Array/Random.h"
} // namespace Eigen
#endif // EIGEN_ARRAY_MODULE_H