YetAnotherCoupler 3.2.0_a
Loading...
Searching...
No Matches
interp_method_internal.h
Go to the documentation of this file.
1// Copyright (c) 2024 The YAC Authors
2//
3// SPDX-License-Identifier: BSD-3-Clause
4
5#ifndef INTERP_METHOD_INTERNAL_H
6#define INTERP_METHOD_INTERNAL_H
7
8#include "interp_method.h"
12
14
15 size_t (*do_search)(struct interp_method * method,
16 struct yac_interp_grid * grid,
17 size_t * tgt_points, size_t count,
18 struct yac_interp_weights * weights);
19 void (*delete)(struct interp_method * method);
20};
21
26
27#endif // INTERP_METHOD_INTERNAL_H
size_t(* do_search)(struct interp_method *method, struct yac_interp_grid *grid, size_t *tgt_points, size_t count, struct yac_interp_weights *weights)
struct interp_method_vtable * vtable