CiFEr
|
Data Fields | |
cfe_vec * | mat |
size_t | rows |
size_t | cols |
Matrix of arbitrary precision (GMP) integers. It represents a row-major matrix. A matrix of dimensions i, j consists of i vectors, each consisting of j elements.
size_t cfe_mat::rows |
The pointer to the first vector
size_t cfe_mat::cols |
The number or rows (vectors)