JWS C Library
C language utility library
Matblock_cf Struct Reference

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

#include <matblock.h>

Collaboration diagram for Matblock_cf:

Data Fields

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

Detailed Description

Matrix block of single precision complex floating point values.

Definition at line 245 of file matblock.h.


Field Documentation

Number of matrices.

Definition at line 248 of file matblock.h.

Number of rows.

Definition at line 251 of file matblock.h.

Number of columns.

Definition at line 254 of file matblock.h.

Elements of the matrix block.

Definition at line 257 of file matblock.h.


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