YAC 3.13.0
Yet Another Coupler
Loading...
Searching...
No Matches
interp_operator_fixed.h
Go to the documentation of this file.
1// Copyright (c) 2024 The YAC Authors
2//
3// SPDX-License-Identifier: BSD-3-Clause
4
16#ifndef INTERP_OPERATOR_FIXED_H
17#define INTERP_OPERATOR_FIXED_H
18
19#include "interp_operator.h"
21
39 struct yac_collection_selection const * collection_selection,
40 double value, size_t count, size_t const * pos);
41
42#endif // INTERP_OPERATOR_FIXED_H
struct yac_interp_operator * yac_interp_operator_fixed_new(struct yac_collection_selection const *collection_selection, double value, size_t count, size_t const *pos)
Create a fixed-value interpolation operator.
struct @34::@35 value
Internal structures for interpolation operators (vtable-based).
Abstract interpolation operator type.