libRoadRunner C API
1.0.0
|
Structure for a simple complex Matrix type. More...
#include <rrc_types.h>
Data Fields | |
int | RSize |
int | CSize |
RRComplexPtr | Data |
Structure for a simple complex Matrix type.
int CSize |
The number of columns in the matrix
RRComplexPtr 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
int RSize |
The number of rows in the matrix