Go to the source code of this file.
Namespaces | |
namespace | Eigen |
Functions | |
template<typename VectorType , typename HyperplaneType > | |
void | Eigen::fitHyperplane (int numPoints, VectorType **points, HyperplaneType *result, typename NumTraits< typename VectorType::Scalar >::Real *soundness=0) |
template<typename VectorType > | |
void | Eigen::linearRegression (int numPoints, VectorType **points, VectorType *result, int funcOfOthers) |