#include <stdio.h>
#include <math.h>
#include <varargs.h>
Go to the source code of this file.
Classes | |
struct | line |
Defines | |
#define | COLLISION -2 |
#define | EMPTY -1 |
#define | EPS 1.0e-4 |
#define | EPS2 1.0e-4 |
#define | FALSE 0 |
#define | HASHNO 15625 |
#define | MAX 50 |
#define | MAXEDGE 2000 |
#define | MAXRANK 6 |
#define | NSPACE 1.0e-4 |
#define | TRUE 1 |
#define | UNIT 1.0e-4 |
Typedefs | |
typedef struct line | LINE |
typedef int | LOGICAL |
typedef VECTOR | MATRIX [MAX] |
typedef double | REAL |
typedef int | TABLE [HASHNO] |
typedef REAL | VECTOR [MAX] |