JWS C Library
C language utility library
Matrix_i32 Struct Reference

Matrix of signed 32-bit values. More...

#include <matrix.h>

Data Fields

uint32_t num_rows
 Number of rows.
uint32_t num_cols
 Number of columns.
int32_t ** elts
 Elements of the matrix.

Detailed Description

Matrix of signed 32-bit values.

Definition at line 101 of file matrix.h.


Field Documentation

Number of rows.

Definition at line 104 of file matrix.h.

Number of columns.

Definition at line 107 of file matrix.h.

int32_t** Matrix_i32::elts

Elements of the matrix.

Definition at line 110 of file matrix.h.


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