Expand description
TensorCI2 - Two-site Tensor Cross Interpolation algorithm
This implements the TCI2 algorithm which uses two-site updates for more efficient convergence. Unlike TCI1, it supports batch evaluation of function values through an explicit batch function parameter.
Structs§
- TCI2
Options - Configuration for the TCI2 algorithm (
crossinterpolate2). - TensorC
I2 - State object for the two-site Tensor Cross Interpolation algorithm.
Enums§
- Pivot
Search Strategy - Strategy for finding new pivots during a two-site update.
- Sweep2
Strategy - Direction of two-site sweeps.
Functions§
- crossinterpolate2
- Approximate a function as a tensor train using the TCI2 algorithm.