graphdot.linalg.block module

graphdot.linalg.block.binvh1(A_inv, v, d)[source]

Computes the inversion of the block matrix B = [[A, v], [v.T, d]], with :py:math:`v` being a vector and :py:math:`d` being a scalar, using :py:math:`\mathbf{D}^{-1}` and a fast rank-one update.