GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#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) |
int IL_matrix_create | ( | struct interp_params * | params, |
struct triple * | points, | ||
int | n_points, | ||
double ** | matrix, | ||
int * | indx | ||
) |
Definition at line 30 of file matrix.c.
References amax1(), interp_params::fi, G_alloc_vector(), G_ludcmp(), interp_params::interp, interp_params::KMAX2, l, NULL, r, interp_params::rsm, interp_params::scalex, triple::sm, interp_params::theta, triple::x, triple::y, and y.