compute complex traces
This commit is contained in:
4
mat.h
4
mat.h
@@ -24,7 +24,8 @@
|
||||
#define SUB qext_sub
|
||||
#define NEG qext_neg
|
||||
#define MUL qext_mul
|
||||
// #define DIV qext_div
|
||||
#define DIV qext_div
|
||||
#define INV qext_inv
|
||||
#define CMP qext_cmp
|
||||
#define PRINT qext_print
|
||||
#define SNPRINT qext_snprint
|
||||
@@ -46,6 +47,7 @@
|
||||
#define NEG mpq_neg
|
||||
#define MUL mpq_mul
|
||||
#define DIV mpq_div
|
||||
#define INV mpq_inv
|
||||
#define PRINT(x) gmp_printf("%Qd", x)
|
||||
#define SNPRINT(out, size, x) gmp_snprintf(out, size, "%Qd", x)
|
||||
#define TYPE int
|
||||
|
||||
Reference in New Issue
Block a user