This is the complete list of members for LinearLeastSquaresRegression< ArgumentType >, including all inherited members.
| a_ | GeneralLinearLeastSquares | protected |
| calculate(xIterator xBegin, xIterator xEnd, yIterator yBegin, yIterator yEnd, vIterator vBegin) | GeneralLinearLeastSquares | protected |
| coefficients() const | GeneralLinearLeastSquares | |
| dim() const | GeneralLinearLeastSquares | |
| err_ | GeneralLinearLeastSquares | protected |
| error() const | GeneralLinearLeastSquares | |
| GeneralLinearLeastSquares(const xContainer &x, const yContainer &y, const vContainer &v) | GeneralLinearLeastSquares | |
| GeneralLinearLeastSquares(xIterator xBegin, xIterator xEnd, yIterator yBegin, yIterator yEnd, vIterator vBegin, vIterator vEnd) | GeneralLinearLeastSquares | |
| LinearLeastSquaresRegression(const std::vector< ArgumentType > &x, const std::vector< Real > &y, const std::vector< std::function< Real(ArgumentType)> > &v) | LinearLeastSquaresRegression< ArgumentType > | |
| residuals() const | GeneralLinearLeastSquares | |
| residuals_ | GeneralLinearLeastSquares | protected |
| size() const | GeneralLinearLeastSquares | |
| standardErrors() const | GeneralLinearLeastSquares | |
| standardErrors_ | GeneralLinearLeastSquares | protected |