34 |
#define GAUSSALONE 0 |
#define GAUSSALONE 0 |
35 |
#if GAUSSALONE |
#if GAUSSALONE |
36 |
#include <math.h> |
#include <math.h> |
37 |
#include "utilities/ascConfig.h" |
#include <utilities/ascConfig.h> |
38 |
#include "compiler/compiler.h" |
#include <compiler/compiler.h> |
39 |
#include "utilities/ascMalloc.h" |
#include <utilities/ascMalloc.h> |
40 |
#include "utilities/mem.h" |
#include <utilities/mem.h> |
41 |
#include "general/tm_time.h" |
#include <general/tm_time.h> |
42 |
#include "solver/mtx.h" |
#include "mtx.h" |
43 |
#include "solver/linsolqr.h" |
#include "linsolqr.h" |
44 |
#define D_ZERO (real64)0.0 |
#define D_ZERO (real64)0.0 |
45 |
#define ZERO (int32)0 |
#define ZERO (int32)0 |
46 |
#define D_ONE (real64)1.0 |
#define D_ONE (real64)1.0 |