Classes | |
| class | LinearSolverBase |
| internal base class More... | |
| class | LUDecompositionBase |
| internal base class More... | |
| class | MatrixBase |
| internal base class More... | |
| class | VectorBase |
| 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.
1.5.6