This is the complete list of members for icl::math::LeastSquareModelFitting< T, DataPoint >, including all inherited members.
| DesignMatrixGen typedef | icl::math::LeastSquareModelFitting< T, DataPoint > | |
| fit(const std::vector< DataPoint > &points) | icl::math::LeastSquareModelFitting< T, DataPoint > | inline |
| getError(const Model &model, const DataPoint &p) | icl::math::LeastSquareModelFitting< T, DataPoint > | inline |
| LeastSquareModelFitting() | icl::math::LeastSquareModelFitting< T, DataPoint > | inline |
| LeastSquareModelFitting(int modelDim, DesignMatrixGen gen, DynMatrix< T > *constraintMatrix=0) | icl::math::LeastSquareModelFitting< T, DataPoint > | inline |
| m_C | icl::math::LeastSquareModelFitting< T, DataPoint > | private |
| m_D | icl::math::LeastSquareModelFitting< T, DataPoint > | private |
| m_Evals | icl::math::LeastSquareModelFitting< T, DataPoint > | private |
| m_Evecs | icl::math::LeastSquareModelFitting< T, DataPoint > | private |
| m_gen | icl::math::LeastSquareModelFitting< T, DataPoint > | private |
| m_model | icl::math::LeastSquareModelFitting< T, DataPoint > | private |
| m_modelDim | icl::math::LeastSquareModelFitting< T, DataPoint > | private |
| m_S | icl::math::LeastSquareModelFitting< T, DataPoint > | private |
| m_svdS | icl::math::LeastSquareModelFitting< T, DataPoint > | private |
| m_svdU | icl::math::LeastSquareModelFitting< T, DataPoint > | private |
| m_svdVt | icl::math::LeastSquareModelFitting< T, DataPoint > | private |
| Model typedef | icl::math::LeastSquareModelFitting< T, DataPoint > | |