Python implementation of Algorithm 2 from Quasioptimality of maximum-volume cross interpolation of tensors.
The code is inspired by the following Matlab Implementation.
Since the code only depends on Numpy, using it in your project simply requires dropping the file greedy_cross.py into your project directory.