Expand description
Utility for optimizing the first pivot for tensor cross interpolation.
A good initial pivot (where |f| is large) improves TCI convergence.
opt_first_pivot performs a greedy local search starting from a
user-supplied guess.
Functionsยง
- opt_
first_ pivot - Optimize the initial pivot by greedy coordinate-wise search.