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

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

#include <rrc_types.h>

Public Attributes

int Count
 
RRComplexPtr Data
 

Detailed Description

Structure for a simple complex Vector type.

Member Data Documentation

◆ Count

int RRComplexVector::Count

The number of elements in the vector

◆ Data

RRComplexPtr RRComplexVector::Data

Access an element using Data[i], where i represents the index of the element. Indexing is from zero


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