jax_privacy.matrix_factorization.buffered_toeplitz.limit_max_error

jax_privacy.matrix_factorization.buffered_toeplitz.limit_max_error(inv_blt)[source]

Computes limit_{n -> jnp.inf} (1/n)*max_error(blt, n).

Parameters:

inv_blt (BufferedToeplitz) – The Buffered Linear Toeplitz operator where inv_blt.C() represents C^{-1} in the matrix factorization mechanism.

Return type:

Array

Returns:

The iteration error in the limit.