aboutsummaryrefslogtreecommitdiffstats
path: root/moon-abe/pbc-0.5.14/include/pbc_multiz.h
diff options
context:
space:
mode:
authorwukong <rebirthmonkey@gmail.com>2015-11-23 17:48:48 +0100
committerwukong <rebirthmonkey@gmail.com>2015-11-23 17:48:48 +0100
commitfca74d4bc3569506a6659880a89aa009dc11f552 (patch)
tree4cefd06af989608ea8ebd3bc6306889e2a1ad175 /moon-abe/pbc-0.5.14/include/pbc_multiz.h
parent840ac3ebca7af381132bf7e93c1e4c0430d6b16a (diff)
moon-abe cleanup
Change-Id: Ie1259856db03f0b9e80de3e967ec6bd1f03191b3
Diffstat (limited to 'moon-abe/pbc-0.5.14/include/pbc_multiz.h')
-rw-r--r--moon-abe/pbc-0.5.14/include/pbc_multiz.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/moon-abe/pbc-0.5.14/include/pbc_multiz.h b/moon-abe/pbc-0.5.14/include/pbc_multiz.h
deleted file mode 100644
index 17657779..00000000
--- a/moon-abe/pbc-0.5.14/include/pbc_multiz.h
+++ /dev/null
@@ -1,20 +0,0 @@
-// Multinomnials with integer coefficients.
-
-//requires
-// * field.h
-
-#ifndef __PBC_FIELDMULTI_H__
-#define __PBC_FIELDMULTI_H__
-
-void field_init_multiz(field_ptr f);
-
-element_ptr multiz_new_list(element_ptr e);
-void multiz_append(element_ptr l, element_ptr m);
-
-void multiz_to_mpz(mpz_ptr z, multiz ep);
-int multiz_is_z(multiz m);
-multiz multiz_at(multiz m, int i);
-int multiz_count(multiz m);
-int multiz_is0(multiz m);
-
-#endif //__PBC_FIELDMULTI_H__