formulas

Module containing the update formulas for the Vinv updates of the CODEX algorithm

Functions

add_update_vinv(Vinv, Zs, a, pos, ratios)

Part of update formulas, see article for information.

ce_update_vinv(Vinv, Zi, b, ratios)

Computes the update to Vinv based on the iterative application of the required operations in b.

del_vinv_update(Vinv, pos, ratios)

Part of update formulas, see article for information.

detect_block_end_from_start(groups, start)

Detects the end of the block given the start of the block.

group_update_vinv(Vinv, Zi, b, ratios)

Part of update formulas, see article for information.

insert_update_vinv(Vinv, Zs, pos, a, b, ratios)

Computes the update to Vinv based on the insertion of a row a into the design.

remove_update_vinv(Vinv, Zs, pos, b, ratios)

Computes the update to Vinv based on the removal of a row.