Internal stuff


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)

Detailed Description


Function Documentation

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.


Generated on Sat Apr 19 04:06:40 2008 for Eigen by  doxygen 1.5.5