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