CiFEr
Data Fields
cfe_mat Struct Reference

Data Fields

cfe_vecmat
 
size_t rows
 
size_t cols
 

Detailed Description

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.

Field Documentation

◆ rows

size_t cfe_mat::rows

The pointer to the first vector

◆ cols

size_t cfe_mat::cols

The number or rows (vectors)


The documentation for this struct was generated from the following file: