Module fetish_lib::sherman_morrison[][src]

Functions

sherman_morrison_update

Compute A + w * uu^T and its inverse in one stroke for the case where A is already symmetric, updating both A and A_inv in place. This uses the sherman-morrison matrix inverse formula.