Removing the
-th row and column from the kernel matrix
In the sliding-window approach from [12], the first row and column of the upsized kernel matrix
are removed in every
iteration, yielding the ``downsized'' matrix
. The inverse of this matrix can be obtained efficiently based on the knowledge of
, as follows
 |
(6) |
The proposed method requires to remove an arbitrary row and column of the matrix
. In order to do this, the matrix inversion formula can be
extended by applying a few permutations, based on
 |
(7) |
in which
is the unit matrix of size
and
is the all-zeroes matrix of adequate dimensions. Notice that
and
. Algorithm 1
summarizes the steps necessary to obtain the required inverse matrix. In the first step, the result of pre-and post-multiplying by
is an exchange of the first and
-th row and column. In the
last step, pre- and post-multiplying a matrix by
puts its
-th row and column in front of the others. In practice, these calculations can be implemented as fast matrix operations.
Pdf version (236 KB)
Steven Van Vaerenbergh
Last modified: 2010-08-07