• Fast alg. for extracting the diagonal of the inverse matrix with applicaion to ... を眺めました。
  • 物理的には自然ということですが、数学的には強い仮定が必要のようです。
    • extract diagonal elements of the inversion matrix of M.
    • Let A, B be diagonal matrix and M be M=\begin{pmatrix}A & B \\ B^T & C\end{pmatrix}.

Then, we need only diagonal part of Shure complement to compute diagonal of M^{-1}.

    • A, B が diagonal になるように index permutation する。Bは [diag,O] で O.K.のはず。
    • ということで、そのままでは Gaussian kernel から定義される gram matrix には使えません。