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
"
20
#include "
collection_selection.h
"
21
38
struct
yac_interp_operator
*
yac_interp_operator_fixed_new
(
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
collection_selection.h
yac_interp_operator_fixed_new
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.
Definition
interp_operator_fixed.c:69
value
struct @34::@35 value
interp_operator.h
Internal structures for interpolation operators (vtable-based).
yac_collection_selection
Definition
collection_selection.c:15
yac_interp_operator
Abstract interpolation operator type.
Definition
interp_operator_internal.h:53
src
core
interpolation
operators
interp_operator_fixed.h
Generated on Tue Jan 13 2026 15:07:55 for YAC by
1.11.0