export function invert(sigma) {
    const tau = permutation(sigma.length);

    _invert(sigma, sigma.length, tau);