![]() |
mutable
A Database System for Research and Fast Prototyping
|
#include <Eigen/Core>
#include <Eigen/LU>
Go to the source code of this file.
Namespaces | |
namespace | m |
| |
Functions | |
Eigen::VectorXd | m::regression_linear_closed_form (const Eigen::MatrixXd &X, const Eigen::VectorXd &y) |
Use closed-form solution for linear regression. | |