usedKernel
quadratic
ExplicitRepresentationDense
and
ExplicitRepresentationSparse
are meant
to hold explicit representations in dense or sparse format.
The kernel used to generate the explicit representation is
stored together with the data.Instances of this class are used for storing explicit
representations in dense matrix format. This class is
derived from ExplicitRepresentation
.
Instances of this class are used for storing explicit
representations in sparse dgRMatrix
format. This class is derived from
ExplicitRepresentation
.