|
libroadrunner C API
|
Structure for a simple complex Vector type. More...
#include <rrc_types.h>
Public Attributes | |
| int | Count |
| RRComplexPtr | Data |
Structure for a simple complex Vector type.
| int RRComplexVector::Count |
The number of elements in the vector
| RRComplexPtr RRComplexVector::Data |
Access an element using Data[i], where i represents the index of the element. Indexing is from zero