JWS C Library
C language utility library
Matblock_f Struct Reference

Matrix block of single precision floating point values. More...

#include <matblock.h>

Data Fields

uint32_t num_mats
 Number of matrices.
uint32_t num_rows
 Number of rows.
uint32_t num_cols
 Number of columns.
float *** elts
 Elements of the matrix block.

Detailed Description

Matrix block of single precision floating point values.

Definition at line 211 of file matblock.h.


Field Documentation

Number of matrices.

Definition at line 214 of file matblock.h.

Number of rows.

Definition at line 217 of file matblock.h.

Number of columns.

Definition at line 220 of file matblock.h.

float*** Matblock_f::elts

Elements of the matrix block.

Definition at line 223 of file matblock.h.


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