Complex data type using split storage. More...
Data Fields | |
void * | Im |
void * | Re |
Complex data type using split real/imaginary pointers
void* ComplexSplit::Im |
Pointer to the imaginary part
Referenced by Mat_VarCreate(), Mat_VarDuplicate(), Mat_VarFree(), Mat_VarPrint5(), Read5(), ReadData5(), Write5(), WriteCellArrayField(), WriteCompressedCellArrayField(), WriteCompressedStructField(), and WriteStructField().
void* ComplexSplit::Re |
Pointer to the real part
Referenced by Mat_VarCreate(), Mat_VarDuplicate(), Mat_VarFree(), Mat_VarPrint5(), Read5(), ReadData5(), Write5(), WriteCellArrayField(), WriteCompressedCellArrayField(), WriteCompressedStructField(), and WriteStructField().