Skip to content

Commit

Permalink
Merge branch 'non_ordered' of https://github.com/goulart-paul/osLDL i…
Browse files Browse the repository at this point in the history
…nto non_ordered
  • Loading branch information
bstellato committed Jul 18, 2018
2 parents 6f6b2bb + dbd0696 commit e8e10b5
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions tests/qdldl_tester.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,19 @@ QDLDL_float vec_diff_norm(QDLDL_float* x, QDLDL_float* y, QDLDL_int len);
int ldl_factor_solve(QDLDL_int An, QDLDL_int* Ap,QDLDL_int* Ai,
QDLDL_float* Ax,QDLDL_float* b);

//utility functions for debug
void qdprint_arrayi(const QDLDL_int* data, QDLDL_int n,char* varName);
void qdprint_arrayf(const QDLDL_float* data, QDLDL_int n, char* varName);

// Include tests
#include "test_basic.h"
#include "test_identity.h"
#include "test_rank_deficient.h"
#include "test_singleton.h"
#include "test_sym_structure.h"
#include "test_tril_structure.h"
#include "test_two_by_two.h"
#include "test_zero_on_diag.h"
// #include "test_basic.h"
// #include "test_identity.h"
// #include "test_rank_deficient.h"
// #include "test_singleton.h"
// #include "test_sym_structure.h"
// #include "test_tril_structure.h"
// #include "test_two_by_two.h"
// #include "test_zero_on_diag.h"
#include "test_osqp_kkt.h"


Expand Down

0 comments on commit e8e10b5

Please sign in to comment.