Discontinuous Galerkin Library
#include "dg/algorithm.h"
dg::LeastSquaresExtrapolation< ContainerType0, ContainerType1 > Member List

This is the complete list of members for dg::LeastSquaresExtrapolation< ContainerType0, ContainerType1 >, including all inherited members.

container_type typedefdg::LeastSquaresExtrapolation< ContainerType0, ContainerType1 >
extrapolate(double alpha, const ContainerType0 &x, double beta, ContainerType1 &y) constdg::LeastSquaresExtrapolation< ContainerType0, ContainerType1 >inline
extrapolate(const ContainerType0 &x, ContainerType1 &y) constdg::LeastSquaresExtrapolation< ContainerType0, ContainerType1 >inline
get_max() constdg::LeastSquaresExtrapolation< ContainerType0, ContainerType1 >inline
LeastSquaresExtrapolation()dg::LeastSquaresExtrapolation< ContainerType0, ContainerType1 >inline
LeastSquaresExtrapolation(unsigned max, const ContainerType0 &copyable0, const ContainerType1 &copyable1)dg::LeastSquaresExtrapolation< ContainerType0, ContainerType1 >inline
set_max(unsigned max, const ContainerType0 &copyable0, const ContainerType1 &copyable1)dg::LeastSquaresExtrapolation< ContainerType0, ContainerType1 >inline
update(const ContainerType0 &x_new, const ContainerType1 &y_new)dg::LeastSquaresExtrapolation< ContainerType0, ContainerType1 >inline
value_type typedefdg::LeastSquaresExtrapolation< ContainerType0, ContainerType1 >