JWS C Library
C language utility library
Matblock_u8 Struct Reference

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

#include <matblock.h>

Data Fields

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

Detailed Description

Matrix block of unsigned 8-bit values.

Definition at line 143 of file matblock.h.


Field Documentation

Number of matrices.

Definition at line 146 of file matblock.h.

Number of rows.

Definition at line 149 of file matblock.h.

Number of columns.

Definition at line 152 of file matblock.h.

uint8_t*** Matblock_u8::elts

Elements of the matrix block.

Definition at line 155 of file matblock.h.


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