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

Method SolverMatrix

src/george/solvers/_hodlr.cpp:16–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14class SolverMatrix {
15 public:
16 SolverMatrix (george::kernels::Kernel* kernel)
17 : kernel_(kernel) {};
18 void set_input_coordinates (RowMatrixXd x) {
19 if (size_t(x.cols()) != kernel_->get_ndim()) {
20 throw george::dimension_mismatch();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected