JWS C Library
C language utility library
Matrix_cf Struct Reference

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

#include <matrix.h>

Collaboration diagram for Matrix_cf:

Data Fields

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

Detailed Description

Matrix of single precision complex floating point values.

Definition at line 214 of file matrix.h.


Field Documentation

Number of rows.

Definition at line 217 of file matrix.h.

Number of columns.

Definition at line 220 of file matrix.h.

Elements of the matrix.

Definition at line 223 of file matrix.h.


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