YetAnotherCoupler 3.5.2
|
#include "interp_method.h"
Go to the source code of this file.
Data Structures | |
struct | yac_nnn_config |
Macros | |
#define | YAC_INTERP_NNN_WEIGHTED_DEFAULT (0) |
#define | YAC_INTERP_NNN_N_DEFAULT (1) |
#define | YAC_INTERP_NNN_MAX_SEARCH_DISTANCE_DEFAULT (0.0) |
#define | YAC_INTERP_NNN_GAUSS_SCALE_DEFAULT (0.1) |
#define | YAC_INTERP_RBF_N_DEFAULT (9) |
#define | YAC_INTERP_RBF_MAX_SEARCH_DISTANCE_DEFAULT (0.0) |
#define | YAC_INTERP_RBF_SCALE_DEFAULT (1.487973e+01) |
#define | YAC_INTERP_RBF_KERNEL_DEFAULT (0) |
Enumerations | |
enum | yac_interp_nnn_weight_type { YAC_INTERP_NNN_AVG = 0 , YAC_INTERP_NNN_DIST = 1 , YAC_INTERP_NNN_GAUSS = 2 , YAC_INTERP_NNN_RBF = 3 , YAC_INTERP_NNN_ZERO = 4 } |
Functions | |
struct interp_method * | yac_interp_method_nnn_new (struct yac_nnn_config config) |
#define YAC_INTERP_NNN_GAUSS_SCALE_DEFAULT (0.1) |
Definition at line 31 of file interp_method_nnn.h.
#define YAC_INTERP_NNN_MAX_SEARCH_DISTANCE_DEFAULT (0.0) |
Definition at line 30 of file interp_method_nnn.h.
#define YAC_INTERP_NNN_N_DEFAULT (1) |
Definition at line 29 of file interp_method_nnn.h.
#define YAC_INTERP_NNN_WEIGHTED_DEFAULT (0) |
Definition at line 28 of file interp_method_nnn.h.
#define YAC_INTERP_RBF_KERNEL_DEFAULT (0) |
Definition at line 36 of file interp_method_nnn.h.
#define YAC_INTERP_RBF_MAX_SEARCH_DISTANCE_DEFAULT (0.0) |
Definition at line 34 of file interp_method_nnn.h.
#define YAC_INTERP_RBF_N_DEFAULT (9) |
Definition at line 33 of file interp_method_nnn.h.
#define YAC_INTERP_RBF_SCALE_DEFAULT (1.487973e+01) |
Definition at line 35 of file interp_method_nnn.h.
Definition at line 20 of file interp_method_nnn.h.
struct interp_method * yac_interp_method_nnn_new | ( | struct yac_nnn_config | config | ) |
Definition at line 499 of file interp_method_nnn.c.