Classes | |
class | LinearSolverBase< T, MatrixType, VectorType, LUDecompositionType > |
internal base class More... | |
class | LUDecompositionBase< T, MatrixType, VectorType, IntVecType > |
internal base class More... | |
class | MatrixBase< T, Derived, VectorType, LUDecompositionType > |
internal base class More... | |
class | VectorBase< T, Derived > |
internal base class More... | |
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) |
void Eigen::computeFittingHyperplane_internal | ( | int | numPoints, | |
const VectorType * | points, | |||
BigVecType * | retCoefficients | |||
) | [inline] |
For internal use only.
Base function for computeFittingHyperplane() and computeFittingHyperplaneX().
See the documentation of computeFittingHyperplane() and linearRegression() for details.
void Eigen::linearRegression_internal | ( | int | numPoints, | |
const VectorType * | points, | |||
VectorType * | retCoefficients, | |||
int | funcOfOthers | |||
) | [inline] |
For internal use only.
Internal function for linearRegression() and linearRegressionX().
See the documentation of linearRegression() for details.