STARS-H
Software for Testing Accuracy, Reliability and Scalability of Hierarchical computations
kernel_sqrexp_1d.c File Reference
#include "common.h"
#include "starsh.h"
#include "starsh-spatial.h"
Include dependency graph for kernel_sqrexp_1d.c:

Macros

#define ndim   1
 Replace variable ndim with static integer value.
 

Functions

void starsh_ssdata_block_sqrexp_kernel_1d (int nrows, int ncols, STARSH_int *irow, STARSH_int *icol, void *row_data, void *col_data, void *result, int ld)
 Square exponential kernel for 1-dimensional spatial statistics problem. More...
 
void starsh_ssdata_block_sqrexp_kernel_1d_simd (int nrows, int ncols, STARSH_int *irow, STARSH_int *icol, void *row_data, void *col_data, void *result, int ld)
 Square exponential kernel for 1-dimensional spatial statistics problem. More...
 

Detailed Description

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_sqrexp.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.

Version
0.1.1
Author
Aleksandr Mikhalev
Date
2018-11-06