#include <BigIntVector.h>
Definition at line 24 of file BigIntVector.h.
◆ BigIntVector()
BigIntVector::BigIntVector |
( |
size_t |
size | ) |
|
|
inline |
◆ getSize()
size_t BigIntVector::getSize |
( |
| ) |
const |
|
inline |
◆ operator[]() [1/2]
mpz_class& BigIntVector::operator[] |
( |
size_t |
i | ) |
|
|
inline |
◆ operator[]() [2/2]
const mpz_class& BigIntVector::operator[] |
( |
size_t |
i | ) |
const |
|
inline |
◆ resize()
void BigIntVector::resize |
( |
size_t |
size | ) |
|
|
inline |
◆ _entries
vector<mpz_class> BigIntVector::_entries |
|
private |
The documentation for this class was generated from the following file: