GRASS GIS 7 Programmer's Manual
7.0.4(2016)-r00000
|
#include <stdio.h>
#include <math.h>
#include <unistd.h>
#include <grass/gis.h>
#include <grass/interpf.h>
#include <grass/gmath.h>
Go to the source code of this file.
Functions | |
int | IL_matrix_create (struct interp_params *params, struct triple *points, int n_points, double **matrix, int *indx) |
Creates system of linear equations from interpolated points. More... | |
int IL_matrix_create | ( | struct interp_params * | params, |
struct triple * | points, | ||
int | n_points, | ||
double ** | matrix, | ||
int * | indx | ||
) |
Creates system of linear equations from interpolated points.
Creates system of linear equations represented by matrix using given points and interpolating function interp()
params | struct interp_params * | |
points | points for interpolation as struct triple | |
n_points | number of points | |
[out] | matrix | the matrix |
indx |
Definition at line 53 of file matrix.c.
References amax1(), interp_params::fi, G_alloc_vector(), G_debug(), G_ludcmp(), interp_params::interp, interp_params::KMAX2, l, NULL, r, interp_params::rsm, interp_params::scalex, triple::sm, interp_params::theta, triple::x, and triple::y.