GRASS GIS 8 Programmer's Manual  8.5.0dev(2024)-39e1e11fe8
point2d_parallel.c File Reference
#include <stdio.h>
#include <math.h>
#include <unistd.h>
#include <grass/gis.h>
#include <grass/vector.h>
#include <grass/dbmi.h>
#include <grass/interpf.h>
Include dependency graph for point2d_parallel.c:

Go to the source code of this file.

Functions

int IL_check_at_points_2d_cvdev (struct interp_params *params, struct quaddata *data, double *b, double *ertot, double zmin, double dnorm, struct triple *target_point)
 A parallel version of IL_check_at_points_2d. Sperate the cross-validation/deviation computing part and the database writing part. More...
 

Detailed Description

Author
Lubos Mitas (original program and various modifications)
C.Y. Liang, H. Mitasova, I. Kosinovsky, D. Gerdes, D. McCauley (GRASS4.1 version of the program and GRASS4.2 modifications)
modified by Liang in May 2024
modified by McCauley in August 1995
modified by Mitasova in August 1995, Nov. 1996

Definition in file point2d_parallel.c.

Function Documentation

◆ IL_check_at_points_2d_cvdev()

int IL_check_at_points_2d_cvdev ( struct interp_params params,
struct quaddata data,
double *  b,
double *  ertot,
double  zmin,
double  dnorm,
struct triple target_point 
)

A parallel version of IL_check_at_points_2d. Sperate the cross-validation/deviation computing part and the database writing part.

Parameters
paramsinterpolation parameters
datadata in the segment for computing, NULL for writing out
bsolution of linear equations for computing, NULL for writing out
ertottotal error for computing, point at single point for writing out
zminmin z-value for computing
dnormnormalization factor for computing
target_pointpoint for computing or writing out
Returns
1
Todo:
Alternative description: ...calculate the maximum and RMS deviation caused by smoothing.
Parameters
datacurrent region
bsolution of linear equations
ertottotal error
zminmin z-value

Definition at line 61 of file point2d_parallel.c.