18#ifndef BIG_INT_VECTOR_GUARD
19#define BIG_INT_VECTOR_GUARD
bool operator==(const BigIntVector &a, const BigIntVector &b)
ostream & operator<<(ostream &out, const BigIntVector &v)
void nameFactoryRegister(NameFactory< AbstractProduct > &factory)
Registers the string returned by ConcreteProduct::getStaticName() to a function that default-construc...
const mpz_class & operator[](size_t i) const
BigIntVector(size_t size)
vector< mpz_class > _entries
mpz_class & operator[](size_t i)