#include "matrix.h"
Namespaces | |
namespace | Eigen |
Functions | |
template<typename T , int Size> | |
void | computeFittingHyperplane (int numPoints, const Vector< T, Size > *points, Vector< T, Size+1 > *retCoefficients) |
template<typename T > | |
void | computeFittingHyperplaneX (int numPoints, const VectorX< T > *points, VectorX< T > *retCoefficients) |
template<typename T , int Size> | |
void | linearRegression (int numPoints, const Vector< T, Size > *points, Vector< T, Size > *retCoefficients, int funcOfOthers) |
template<typename T > | |
void | linearRegressionX (int numPoints, const VectorX< T > *points, VectorX< T > *retCoefficients, int funcOfOthers) |