JWS C Library
C language utility library
Matrix_u8 Struct Reference

Matrix of unsigned 8-bit values. More...

#include <matrix.h>

Data Fields

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

Detailed Description

Matrix of unsigned 8-bit values.

Definition at line 130 of file matrix.h.


Field Documentation

Number of rows.

Definition at line 133 of file matrix.h.

Number of columns.

Definition at line 136 of file matrix.h.

uint8_t** Matrix_u8::elts

Elements of the matrix.

Definition at line 139 of file matrix.h.


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