GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <math.h>
#include <grass/gis.h>
#include <grass/gmath.h>
Go to the source code of this file.
Macros | |
#define | TINY 1.0e-20; |
Functions | |
int | G_ludcmp (double **a, int n, int *indx, double *d) |
void | G_lubksb (double **a, int n, int *indx, double b[]) |
#define TINY 1.0e-20; |
Definition at line 6 of file lu.c.
Referenced by G_ludcmp().
Definition at line 71 of file lu.c.
References n.
Referenced by IL_interp_segments_2d(), and IL_resample_interp_segments_2d().
Definition at line 9 of file lu.c.
References G_alloc_vector(), G_free_vector(), n, and TINY.
Referenced by IL_matrix_create().