CrossOptions

class trainsum.options.CrossOptions(*, namespace, strategy, eps, solver)

Context manager for cross approximation options.

Parameters:
solver: T

Least squares solver for solving the local problems in the cross interpolation.

eps: float

Convergence criterion.

strategy: SweepingStrategy

Sweeping strategy for determining the path of the algorithm.