mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Namespaces | Functions
eigen_meta.hpp File Reference
#include <Eigen/Core>
#include <Eigen/LU>
Include dependency graph for eigen_meta.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  m
 

‍mutable namespace


 

Functions

Eigen::VectorXd m::regression_linear_closed_form (const Eigen::MatrixXd &X, const Eigen::VectorXd &y)
 Use closed-form solution for linear regression.