plKernelMap and plKernelTable. The particularity of
these conditional kernels is that they are used to represent a
directory of kernels rather than a family of them.
| (3.16) |
and
| (3.17) |
where
| (3.18) |
A kernel dictionary is provided of the methods push,
push_default and find. The functionalities of these methods
are described below
push inserts a new kernel with an specified key value
push_default inserts a default kernel for those key values
find returns true if an element with an specified
key value
In short, a kernel dictionary is a collection of kernels on
where each element is accessed by a key
.
In the following we give the definition of these two kernel dictionaries.