JWS C Library
C language utility library
Matrix_u16 Struct Reference

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

#include <matrix.h>

Data Fields

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

Detailed Description

Matrix of unsigned 16-bit values.

Definition at line 144 of file matrix.h.


Field Documentation

Number of rows.

Definition at line 147 of file matrix.h.

Number of columns.

Definition at line 150 of file matrix.h.

uint16_t** Matrix_u16::elts

Elements of the matrix.

Definition at line 153 of file matrix.h.


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