Module Gpr.Cov_se_iso

Isotropic squared exponential covariance
module Params : sig ... end
type inducing_hyper = {
ind : int;
dim : int;
}
module Eval : Interfaces.Specs.Eval with type Kernel.params = Params.t with type Inducing.t = Lacaml.D.mat with type Input.t = Lacaml.D.vec with type Inputs.t = Lacaml.D.mat
module Deriv : Interfaces.Specs.Deriv with module Eval = Eval with type Hyper.t = [ `Log_ell | `Log_sf2 | `Inducing_hyper of inducing_hyper ]