Struct matrix_form_t#

Struct Documentation#

struct matrix_form_t#

Public Members

imdir_t *p_im#

Imaginary direction indices array (nonzero).

ord_t *p_ord#

Order of imaginary direction array (nonzero).

uint64_t *p_cols#

Array with corresponding col location of im,ord pair.

uint64_t *p_rows#

Array with corresponding row location of im,ord pair.

uint64_t sizex#

Total number of rows in the matrix.

uint64_t sizey#

Total number of cols in the matrix.

uint64_t nonzero#

Number of non-zero elements in the matrix form.