#include <math.h>
#include <grass/libtrans.h>
Go to the source code of this file.
Defines | |
#define | EPSILON 1.0e-16 |
#define | N DIM_matrix |
#define | ZERO 1.0e-8 |
Functions | |
int | inverse (double m[N][N]) |
int | isnull (double a[N][N]) |
#define N DIM_matrix |
int inverse | ( | double | m[N][N] | ) |
Definition at line 17 of file inverse.c.
References EPSILON, and isnull().
Referenced by compute_transformation_coef().
int isnull | ( | double | a[N][N] | ) |