libroadrunner C API
Public Attributes | List of all members
RRComplexMatrix Struct Reference

Structure for a simple complex Matrix type. More...

#include <rrc_types.h>

Public Attributes

int RSize
 
int CSize
 
RRComplexPtr Data
 

Detailed Description

Structure for a simple complex Matrix type.

Member Data Documentation

◆ CSize

int RRComplexMatrix::CSize

The number of columns in the matrix

◆ Data

RRComplexPtr RRComplexMatrix::Data

Items in the matrix stored as a linear array. Access an element using Data[row*CSize + col], where i,j represent the row and column numberof the element. Indexing is from zero

◆ RSize

int RRComplexMatrix::RSize

The number of rows in the matrix


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