numdifftools.extrapolation.Dea

class numdifftools.extrapolation.Dea(limexp=3)[source][source]

LIMEXP is the maximum number of elements the epsilon table data can contain. The epsilon table is stored in the first (LIMEXP+2) entries of EPSTAB.

__init__(limexp=3)[source][source]

Methods

__init__([limexp])