MCPcopy Create free account
hub / github.com/dfm/george / KernelInterface

Method KernelInterface

src/george/kernel_interface.cpp:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10class KernelInterface {
11 public:
12 KernelInterface (py::object kernel_spec) : kernel_spec_(kernel_spec) {
13 kernel_ = george::parse_kernel_spec(kernel_spec_);
14 };
15 ~KernelInterface () {
16 delete kernel_;
17 };

Callers

nothing calls this directly

Calls 1

parse_kernel_specFunction · 0.50

Tested by

no test coverage detected