STARS-H
Software for Testing Accuracy, Reliability and Scalability of Hierarchical computations
|
Macros | |
#define | ndim 1 |
Replace variable ndim with static integer value. | |
Functions | |
void | starsh_ssdata_block_matern2_kernel_1d (int nrows, int ncols, STARSH_int *irow, STARSH_int *icol, void *row_data, void *col_data, void *result, int ld) |
Matérn kernel for 1-dimensional spatial statistics problem. More... | |
void | starsh_ssdata_block_matern2_kernel_1d_simd (int nrows, int ncols, STARSH_int *irow, STARSH_int *icol, void *row_data, void *col_data, void *result, int ld) |
Matérn kernel for 1-dimensional spatial statistics problem. More... | |
STARS-H is a software package, provided by King Abdullah University of Science and Technology (KAUST)
Generated from file /home/x_mikhala/Code/stars-h-docs/src/applications/spatial/kernel_matern2.c with NDIM=1 Generate different functions for different dimensions. This hack improves performance in certain cases. Value 'n' stands for general case, whereas all other values correspond to static values of dimensionality. During code generation step, each appearance of 1 (including this one) will be replace by proposed values. If you want to use this file outside STARS-H, simply do substitutions yourself.