#include "util.h"
Namespaces | |
namespace | Eigen |
Functions | |
template<typename T, typename VectorType, typename BigVecType, typename MatrixType> | |
void | computeFittingHyperplane_internal (int numPoints, const VectorType *points, BigVecType *retCoefficients) |
template<typename T, typename VectorType, typename MatrixType> | |
void | linearRegression_internal (int numPoints, const VectorType *points, VectorType *retCoefficients, int funcOfOthers) |