26 |
#ifdef __WIN32__ |
#ifdef __WIN32__ |
27 |
#include <io.h> |
#include <io.h> |
28 |
#endif |
#endif |
29 |
|
|
30 |
|
#include "CUnit/CUnit.h" |
31 |
|
|
32 |
#include <utilities/ascMalloc.h> |
#include <utilities/ascMalloc.h> |
33 |
|
|
34 |
|
#include <general/list.h> |
35 |
|
|
36 |
|
#include <linear/mtx.h> |
37 |
|
#include <linear/mtx_vector.h> |
38 |
|
|
39 |
#include <solver/slv_types.h> |
#include <solver/slv_types.h> |
40 |
#include <solver/rel.h> |
#include <solver/rel.h> |
41 |
#include <solver/logrel.h> |
#include <solver/logrel.h> |
|
#include <solver/mtx.h> |
|
|
#include <general/list.h> |
|
42 |
#include <solver/slv_common.h> |
#include <solver/slv_common.h> |
43 |
#include "CUnit/CUnit.h" |
|
44 |
#include "test_slv_common.h" |
#include "test_slv_common.h" |
45 |
#include "assertimpl.h" |
#include "assertimpl.h" |
46 |
#include "printutil.h" |
#include "printutil.h" |
|
#include <solver/mtx_vector.h> |
|
47 |
|
|
48 |
/* |
/* |
49 |
* Independent calculation of a vector dot product. |
* Independent calculation of a vector dot product. |