aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Regression
blob: 8213ff77fcd471a68e45f2b3fb49c83badacef0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef EIGEN_REGRESSION_MODULE_H
#define EIGEN_REGRESSION_MODULE_H

#include "LU"

namespace Eigen {

/** \defgroup Regression_Module Regression module
  * This module provides linear regression and related features.
  *
  * \code
  * #include <Eigen/Regression>
  * \endcode
  */

#include "src/Regression/Regression.h"

} // namespace Eigen

#endif // EIGEN_REGRESSION_MODULE_H