JWS C Library
C language utility library
Matrix_cd Struct Reference

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

#include <matrix.h>

Collaboration diagram for Matrix_cd:

Data Fields

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

Detailed Description

Matrix of double precision complex floating point values.

Definition at line 228 of file matrix.h.


Field Documentation

Number of rows.

Definition at line 231 of file matrix.h.

Number of columns.

Definition at line 234 of file matrix.h.

Elements of the matrix.

Definition at line 237 of file matrix.h.


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